Exception: ChatgptAssistant::MessageNotCreatedError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::MessageNotCreatedError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Message Not Created Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:message_not_created_error]) ⇒ MessageNotCreatedError
constructor
A new instance of MessageNotCreatedError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:message_not_created_error]) ⇒ MessageNotCreatedError
Returns a new instance of MessageNotCreatedError.
87 88 89 |
# File 'lib/chatgpt_assistant/error.rb', line 87 def initialize( = load_error_context[:message_not_created_error]) super() end |