Exception: SimpleImagesDownloader::Errors::EmptyResponse
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- SimpleImagesDownloader::Errors::EmptyResponse
- Defined in:
- lib/simple_images_downloader/errors.rb
Instance Method Summary collapse
-
#initialize(uri) ⇒ EmptyResponse
constructor
A new instance of EmptyResponse.
Constructor Details
#initialize(uri) ⇒ EmptyResponse
Returns a new instance of EmptyResponse.
74 75 76 77 |
# File 'lib/simple_images_downloader/errors.rb', line 74 def initialize(uri) = "Nothing returned from request #{uri}" super() end |