Exception: SimpleImagesDownloader::Errors::DestinationIsNotDirectory
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- SimpleImagesDownloader::Errors::DestinationIsNotDirectory
- Defined in:
- lib/simple_images_downloader/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ DestinationIsNotDirectory
constructor
A new instance of DestinationIsNotDirectory.
Constructor Details
#initialize(path) ⇒ DestinationIsNotDirectory
Returns a new instance of DestinationIsNotDirectory.
60 61 62 63 |
# File 'lib/simple_images_downloader/errors.rb', line 60 def initialize(path) = "The destination - #{path} is not directory" super() end |