Exception: ChatgptAssistant::AccountNotVerifiedError

Inherits:
StandardError
  • Object
show all
Includes:
LoadError
Defined in:
lib/chatgpt_assistant/error.rb

Overview

Account Not Verified Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

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(message = load_error_context[:account_not_verified])
  super(message)
end