Exception: AccessTokenAgent::ConnectionError

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

Instance Method Summary collapse

Constructor Details

#initializeConnectionError



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

def initialize
  super('Could not connect to the auth service.')
end