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