Exception: Clavis::InsufficientScope

Inherits:
TokenError show all
Defined in:
lib/clavis/errors.rb

Instance Method Summary collapse

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(message = "The token does not have the required scopes")
  super
end