Exception: ChatgptAssistant::NoRegisterInfoError

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

Overview

No User Error

Instance Method Summary collapse

Methods included from LoadError

#load_error_context

Constructor Details

#initialize(message = load_error_context[:no_register_info]) ⇒ NoRegisterInfoError

Returns a new instance of NoRegisterInfoError.



15
16
17
# File 'lib/chatgpt_assistant/error.rb', line 15

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