Exception: AccessTokenAgent::MissingTokenType

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

Instance Method Summary collapse

Constructor Details

#initializeMissingTokenType

Returns a new instance of MissingTokenType.



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

def initialize
  super('The access token response did not contain a token type.')
end