Exception: ChatgptAssistant::SignUpError

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

Overview

Sign Up Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:sign_up_error]) ⇒ SignUpError

Returns a new instance of SignUpError.



69
70
71
# File 'lib/chatgpt_assistant/error.rb', line 69

def initialize(message = load_error_context[:sign_up_error])
  super(message)
end