Exception: TeamSpeak3::Exceptions::StandardException
- Inherits:
-
Exception
- Object
- Exception
- TeamSpeak3::Exceptions::StandardException
- Defined in:
- lib/exceptions/standard_exception.rb
Direct Known Subclasses
CommandExecutionFailed, InvalidKickAction, InvalidTarget, InvalidTargetType, MaxSlotLimitReached, NotConnected, QueryLoginFailed, ServerConnectionFailed, VirtualServerAlreadyRunning, VirtualServerNotRunning
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
4 5 6 |
# File 'lib/exceptions/standard_exception.rb', line 4 def @message end |
Instance Method Details
#to_s ⇒ Object
6 7 8 |
# File 'lib/exceptions/standard_exception.rb', line 6 def to_s @message end |