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.



681
682
683
# File 'lib/downloader.rb', line 681

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