Exception: ChatgptAssistant::UserNotInVoiceChannelError
- Inherits:
-
StandardError
- Object
- StandardError
- ChatgptAssistant::UserNotInVoiceChannelError
- Includes:
- LoadError
- Defined in:
- lib/chatgpt_assistant/error.rb
Overview
User Not In Voice Channel Error
Instance Method Summary collapse
-
#initialize(message = load_error_context[:user_not_in_voice_channel]) ⇒ UserNotInVoiceChannelError
constructor
A new instance of UserNotInVoiceChannelError.
Methods included from LoadError
Constructor Details
#initialize(message = load_error_context[:user_not_in_voice_channel]) ⇒ UserNotInVoiceChannelError
Returns a new instance of UserNotInVoiceChannelError.
168 169 170 |
# File 'lib/chatgpt_assistant/error.rb', line 168 def initialize( = load_error_context[:user_not_in_voice_channel]) super() end |