Exception: Clavis::InsufficientScope
- Inherits:
-
TokenError
- Object
- StandardError
- Error
- TokenError
- Clavis::InsufficientScope
- Defined in:
- lib/clavis/errors.rb
Instance Method Summary collapse
-
#initialize(message = "The token does not have the required scopes") ⇒ InsufficientScope
constructor
A new instance of InsufficientScope.
Constructor Details
#initialize(message = "The token does not have the required scopes") ⇒ InsufficientScope
Returns a new instance of InsufficientScope.
182 183 184 |
# File 'lib/clavis/errors.rb', line 182 def initialize( = "The token does not have the required scopes") super end |