Exception: ChatgptAssistant::ChatNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::ChatNotFoundError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Chat Not Found Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:chat_not_found]) ⇒ ChatNotFoundError
constructor
A new instance of ChatNotFoundError.
Methods included from LoadError
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( = load_error_context[:chat_not_found]) super() end |