Exception: PinterestDL::AuthenticationError

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Authentication required (set PinterestDL.configure { |c| c.cookies = ... })') ⇒ AuthenticationError

Returns a new instance of AuthenticationError.



33
34
35
# File 'lib/pinterest_dl/errors.rb', line 33

def initialize(message = 'Authentication required (set PinterestDL.configure { |c| c.cookies = ... })')
  super
end