Class: Downloader::DownloaderNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initializeDownloaderNotFoundError

Returns a new instance of DownloaderNotFoundError.



704
705
706
# File 'lib/downloader.rb', line 704

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