Exception: Clavis::InvalidClient
- Inherits:
-
TokenError
- Object
- StandardError
- Error
- TokenError
- Clavis::InvalidClient
- Defined in:
- lib/clavis/errors.rb
Overview
Client errors
Instance Method Summary collapse
-
#initialize(message = "Invalid client credentials") ⇒ InvalidClient
constructor
A new instance of InvalidClient.
Constructor Details
#initialize(message = "Invalid client credentials") ⇒ InvalidClient
Returns a new instance of InvalidClient.
158 159 160 |
# File 'lib/clavis/errors.rb', line 158 def initialize( = "Invalid client credentials") super end |