Exception: TeamSpeak3::Exceptions::NotConnected

Inherits:
StandardException show all
Defined in:
lib/exceptions/not_connected.rb

Instance Attribute Summary

Attributes inherited from StandardException

#message

Instance Method Summary collapse

Methods inherited from StandardException

#to_s

Constructor Details

#initialize(message) ⇒ NotConnected

Returns a new instance of NotConnected.



4
5
6
# File 'lib/exceptions/not_connected.rb', line 4

def initialize(message)
  @message = message
end