Class: Downloader::DownloaderNotFoundError

Inherits:
OpenURI::HTTPError
  • Object
show all
Defined in:
lib/downloader.rb

Instance Method Summary collapse

Constructor Details

#initializeDownloaderNotFoundError



697
698
699
# File 'lib/downloader.rb', line 697

def initialize
  super("404 not found", nil)
end