Exception: Clavis::InvalidGrant
- Inherits:
-
TokenError
- Object
- StandardError
- Error
- TokenError
- Clavis::InvalidGrant
- Defined in:
- lib/clavis/errors.rb
Instance Method Summary collapse
-
#initialize(message = "Invalid grant") ⇒ InvalidGrant
constructor
A new instance of InvalidGrant.
Constructor Details
#initialize(message = "Invalid grant") ⇒ InvalidGrant
Returns a new instance of InvalidGrant.
145 146 147 |
# File 'lib/clavis/errors.rb', line 145 def initialize( = "Invalid grant") super end |