Exception: AccessTokenAgent::UnauthorizedError

Inherits:
Error
  • Object
show all
Defined in:
lib/access_token_agent/unauthorized_error.rb

Instance Method Summary collapse

Constructor Details

#initializeUnauthorizedError

Returns a new instance of UnauthorizedError.



3
4
5
# File 'lib/access_token_agent/unauthorized_error.rb', line 3

def initialize
  super('The credentials are invalid.')
end