Exception: Clavis::AuthenticationError
- Defined in:
- lib/clavis/errors.rb
Overview
Authentication errors
Instance Method Summary collapse
-
#initialize(message = "Authentication failed") ⇒ AuthenticationError
constructor
A new instance of AuthenticationError.
Constructor Details
#initialize(message = "Authentication failed") ⇒ AuthenticationError
Returns a new instance of AuthenticationError.
124 125 126 |
# File 'lib/clavis/errors.rb', line 124 def initialize( = "Authentication failed") super end |