Exception: EasyBroker::AuthenticationError
- Defined in:
- lib/easy_broker/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(response) ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(response) ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
12 13 14 |
# File 'lib/easy_broker/errors.rb', line 12 def initialize(response) super('Invalid API Key or missing configurations', response) end |