Exception: TeamSpeak3::Exceptions::QueryLoginFailed
- Inherits:
-
StandardException
- Object
- Exception
- StandardException
- TeamSpeak3::Exceptions::QueryLoginFailed
- Defined in:
- lib/exceptions/query_login_failed.rb
Instance Attribute Summary
Attributes inherited from StandardException
Instance Method Summary collapse
-
#initialize(message) ⇒ QueryLoginFailed
constructor
A new instance of QueryLoginFailed.
Methods inherited from StandardException
Constructor Details
#initialize(message) ⇒ QueryLoginFailed
Returns a new instance of QueryLoginFailed.
4 5 6 |
# File 'lib/exceptions/query_login_failed.rb', line 4 def initialize() @message = end |