Exception: OpenFga::TokenManager::TokenRefreshError
- Inherits:
-
StandardError
- Object
- StandardError
- OpenFga::TokenManager::TokenRefreshError
- Defined in:
- lib/openfga/token_manager/token_manager.rb
Overview
TokenRefreshError is raised if the access token cannot be refreshed from the authorization server.
Instance Method Summary collapse
-
#initialize(message) ⇒ TokenRefreshError
constructor
A new instance of TokenRefreshError.
Constructor Details
#initialize(message) ⇒ TokenRefreshError
Returns a new instance of TokenRefreshError.
7 8 9 10 |
# File 'lib/openfga/token_manager/token_manager.rb', line 7 def initialize() @message = super "Token refresh error: #{}" end |