class EasyBroker::AuthenticationError

Public Class Methods

new(response) click to toggle source
Calls superclass method EasyBroker::Error::new
# File lib/easy_broker/errors.rb, line 12
def initialize(response)
  super('Invalid API Key or missing permissions', response)
end