Exception: PinterestDL::DownloadError
- Defined in:
- lib/pinterest_dl/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'Failed to download file') ⇒ DownloadError
constructor
A new instance of DownloadError.
Constructor Details
#initialize(message = 'Failed to download file') ⇒ DownloadError
Returns a new instance of DownloadError.
45 46 47 |
# File 'lib/pinterest_dl/errors.rb', line 45 def initialize( = 'Failed to download file') super end |