class TeamSpeak3::Exceptions::StandardException

Attributes

message[R]

Public Instance Methods

to_s() click to toggle source
# File lib/exceptions/standard_exception.rb, line 6
def to_s
  @message
end