Exception: ChatgptAssistant::AccountNotVerifiedError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::AccountNotVerifiedError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
Account Not Verified Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:account_not_verified]) ⇒ AccountNotVerifiedError
constructor
A new instance of AccountNotVerifiedError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:account_not_verified]) ⇒ AccountNotVerifiedError
Returns a new instance of AccountNotVerifiedError.
213 214 215 |
# File 'lib/chatgpt_assistant/error.rb', line 213 def initialize( = load_error_context[:account_not_verified]) super() end |