Exception: Pricefinder::Error::InvalidCredentials

Inherits:
Base
  • Object
show all
Defined in:
lib/pricefinder/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Invalid client_id or client_secret.", error = nil) ⇒ InvalidCredentials

Returns a new instance of InvalidCredentials.



30
31
32
# File 'lib/pricefinder/error.rb', line 30

def initialize(msg = "Invalid client_id or client_secret.", error=nil)
  super
end