Exception: ChatgptAssistant::ChatAlreadyExistsError

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

Overview

Chat Already Exists Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:chat_already_exists]) ⇒ ChatAlreadyExistsError

Returns a new instance of ChatAlreadyExistsError.



60
61
62
# File 'lib/chatgpt_assistant/error.rb', line 60

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