Exception: PinterestDL::NotFoundError
- Defined in:
- lib/pinterest_dl/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'The requested resource was not found') ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(message = 'The requested resource was not found') ⇒ NotFoundError
Returns a new instance of NotFoundError.
18 19 20 |
# File 'lib/pinterest_dl/errors.rb', line 18 def initialize( = 'The requested resource was not found') super end |