Class Teamspeak::InvalidServer
In: lib/teamspeak-ruby/exceptions.rb
Parent: StandardError

Raised when the connected server does not respond as a normal TeamSpeak 3 would.

msg = ‘Server is not responding as a normal TeamSpeak 3 server.’ raise InvalidServer, msg

[Validate]