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