Exception: ChatgptAssistant::ChatNotCreatedError

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

Overview

Chat Not Created Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:chat_not_created_error]) ⇒ ChatNotCreatedError

Returns a new instance of ChatNotCreatedError.



78
79
80
# File 'lib/chatgpt_assistant/error.rb', line 78

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