Exception: LogtoError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/logto/core/errors.rb,
lib/logto/client/errors.rb

Overview

The base class for all errors in the Logto SDK.

Defined Under Namespace

Classes: NotAuthenticatedError, ResponseError, RevocationError, ServerCallbackError, SessionMismatchError, SessionNotFoundError, TokenError, UserInfoError

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ LogtoError

Returns a new instance of LogtoError.



3
4
5
# File 'lib/logto/core/errors.rb', line 3

def initialize(message)
  super
end