Exception: EasyBroker::AuthenticationError

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

Instance Attribute Summary

Attributes inherited from Error

#response

Instance Method Summary collapse

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