Exception: Clavis::InvalidScope

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "The requested scope is invalid or unknown") ⇒ InvalidScope

Returns a new instance of InvalidScope.



176
177
178
# File 'lib/clavis/errors.rb', line 176

def initialize(message = "The requested scope is invalid or unknown")
  super
end