Class: Downloader::DownloaderNotFoundError
- Inherits:
-
OpenURI::HTTPError
- Object
- OpenURI::HTTPError
- Downloader::DownloaderNotFoundError
- Defined in:
- lib/downloader.rb
Instance Method Summary collapse
-
#initialize ⇒ DownloaderNotFoundError
constructor
A new instance of DownloaderNotFoundError.
Constructor Details
#initialize ⇒ DownloaderNotFoundError
Returns a new instance of DownloaderNotFoundError.
697 698 699 |
# File 'lib/downloader.rb', line 697 def initialize super("404 not found", nil) end |