Exception: AuthProvider::OAuthAccessToken::AccessTokenUnavailable

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/auth_provider/oauth_access_token.rb

Instance Method Summary collapse

Constructor Details

#initializeAccessTokenUnavailable

Returns a new instance of AccessTokenUnavailable.



42
43
44
# File 'app/models/auth_provider/oauth_access_token.rb', line 42

def initialize
  super('The access token is unavailable and can not be used.')
end