Exception: ChatgptAssistant::ChatNotFoundError

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

Overview

Chat Not Found Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:chat_not_found]) ⇒ ChatNotFoundError

Returns a new instance of ChatNotFoundError.



123
124
125
# File 'lib/chatgpt_assistant/error.rb', line 123

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