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