Exception: ChatgptAssistant::ChatAlreadyExistsError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::ChatAlreadyExistsError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Chat Already Exists Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:chat_already_exists]) ⇒ ChatAlreadyExistsError
constructor
A new instance of ChatAlreadyExistsError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:chat_already_exists]) ⇒ ChatAlreadyExistsError
Returns a new instance of ChatAlreadyExistsError.
60 61 62 |
# File 'lib/chatgpt_assistant/error.rb', line 60 def initialize( = load_error_context[:chat_already_exists]) super() end |