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.



631
632
633
# File 'lib/downloader.rb', line 631

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