TeamSpeak 3 PHP Framework
Modern use-at-will framework that provides individual components to manage TeamSpeak 3 Server instances
|
Enhanced exception class for TeamSpeak3_Helper_Signal objects. More...
Additional Inherited Members | |
Public Member Functions inherited from TeamSpeak3_Exception | |
__construct ($mesg, $code=0x00) | |
The TeamSpeak3_Exception constructor. More... | |
getSender () | |
Returns the class from which the exception was thrown. More... | |
Static Public Member Functions inherited from TeamSpeak3_Exception | |
static | registerCustomMessage ($code, $mesg) |
Registers a custom error message to $code. More... | |
static | unregisterCustomMessage ($code) |
Unregisters a custom error message from $code. More... | |
Protected Member Functions inherited from TeamSpeak3_Exception | |
prepareCustomMessage (TeamSpeak3_Helper_String $mesg) | |
Prepares a custom error message by replacing pre-defined signs with given values. More... | |
Enhanced exception class for TeamSpeak3_Helper_Signal objects.