Exception: SimpleImagesDownloader::Errors::MissingFileArgumentError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- SimpleImagesDownloader::Errors::MissingFileArgumentError
- Defined in:
- lib/simple_images_downloader/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ MissingFileArgumentError
constructor
A new instance of MissingFileArgumentError.
Constructor Details
#initialize ⇒ MissingFileArgumentError
Returns a new instance of MissingFileArgumentError.
11 12 13 14 |
# File 'lib/simple_images_downloader/errors.rb', line 11 def initialize = 'First arguments must be file' super() end |