Exception: ChatgptAssistant::TextLengthTooLongError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::TextLengthTooLongError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Text Length Too Long Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:text_length_too_long]) ⇒ TextLengthTooLongError
constructor
A new instance of TextLengthTooLongError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:text_length_too_long]) ⇒ TextLengthTooLongError
Returns a new instance of TextLengthTooLongError.
195 196 197 |
# File 'lib/chatgpt_assistant/error.rb', line 195 def initialize( = load_error_context[:text_length_too_long]) super() end |