Exception: PinterestDL::NotFoundError

Inherits:
Error
  • Object
show all
Defined in:
lib/pinterest_dl/errors.rb

Instance Method Summary collapse

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(message = 'The requested resource was not found')
  super
end