Exception: Pricefinder::Error::InvalidCredentials
- Defined in:
- lib/pricefinder/error.rb
Instance Method Summary collapse
-
#initialize(msg = "Invalid client_id or client_secret.", error = nil) ⇒ InvalidCredentials
constructor
A new instance of InvalidCredentials.
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 |