Exception: ChatgptAssistant::SomethingWentWrongError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::SomethingWentWrongError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Something Went Wrong Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:something_went_wrong]) ⇒ SomethingWentWrongError
constructor
A new instance of SomethingWentWrongError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:something_went_wrong]) ⇒ SomethingWentWrongError
Returns a new instance of SomethingWentWrongError.
222 223 224 |
# File 'lib/chatgpt_assistant/error.rb', line 222 def initialize( = load_error_context[:something_went_wrong]) super() end |