Exception: Clavis::InvalidScope
- Inherits:
-
TokenError
- Object
- StandardError
- Error
- TokenError
- Clavis::InvalidScope
- Defined in:
- lib/clavis/errors.rb
Instance Method Summary collapse
-
#initialize(message = "The requested scope is invalid or unknown") ⇒ InvalidScope
constructor
A new instance of InvalidScope.
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( = "The requested scope is invalid or unknown") super end |