Exception: ChatgptAssistant::UserNotRegisteredError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::UserNotRegisteredError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
User Not Registered Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:user_not_registered]) ⇒ UserNotRegisteredError
constructor
A new instance of UserNotRegisteredError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:user_not_registered]) ⇒ UserNotRegisteredError
Returns a new instance of UserNotRegisteredError.
141 142 143 |
# File 'lib/chatgpt_assistant/error.rb', line 141 def initialize( = load_error_context[:user_not_registered]) super() end |