Exception: TwitchOAuth2::UnsupportedTokenTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/twitch_oauth2/unsupported_token_type_error.rb

Overview

Error with ‘:token_type` recognition

Instance Method Summary collapse

Constructor Details

#initialize(token_type) ⇒ UnsupportedTokenTypeError

Returns a new instance of UnsupportedTokenTypeError.



6
7
8
# File 'lib/twitch_oauth2/unsupported_token_type_error.rb', line 6

def initialize(token_type)
	super "Unsupported token type: `#{token_type}`"
end