Exception: ChatgptAssistant::UserNotLoggedInError

Inherits:
StandardError
  • Object
show all
Includes:
LoadError
Defined in:
lib/chatgpt_assistant/error.rb

Overview

User Not Logged In Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:user_not_logged_in]) ⇒ UserNotLoggedInError

Returns a new instance of UserNotLoggedInError.



159
160
161
# File 'lib/chatgpt_assistant/error.rb', line 159

def initialize(message = load_error_context[:user_not_logged_in])
  super(message)
end