Exception: LogtoError
- Inherits:
-
StandardError
- Object
- StandardError
- LogtoError
- Defined in:
- lib/logto/core/errors.rb,
lib/logto/client/errors.rb
Overview
The base class for all errors in the Logto SDK.
Direct Known Subclasses
NotAuthenticatedError, ResponseError, ServerCallbackError, SessionMismatchError, SessionNotFoundError
Defined Under Namespace
Classes: NotAuthenticatedError, ResponseError, RevocationError, ServerCallbackError, SessionMismatchError, SessionNotFoundError, TokenError, UserInfoError
Instance Method Summary collapse
-
#initialize(message) ⇒ LogtoError
constructor
A new instance of LogtoError.
Constructor Details
#initialize(message) ⇒ LogtoError
Returns a new instance of LogtoError.
3 4 5 |
# File 'lib/logto/core/errors.rb', line 3 def initialize() super end |