Class: Downloader::DownloaderHTTP404Error

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

Instance Method Summary collapse

Constructor Details

#initializeDownloaderHTTP404Error

Returns a new instance of DownloaderHTTP404Error.



603
604
605
# File 'lib/downloader.rb', line 603

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