ts3phpframework
|
Enhanced exception class for PlanetTeamSpeak\TeamSpeak3Framework\Node\Node objects. More...
Additional Inherited Members | |
Public Member Functions inherited from PlanetTeamSpeak\TeamSpeak3Framework\Exception\TeamSpeak3Exception | |
__construct (string $mesg, int $code=0x00) | |
getRawCode () | |
getRawMessage () | |
getSender () | |
Static Public Member Functions inherited from PlanetTeamSpeak\TeamSpeak3Framework\Exception\TeamSpeak3Exception | |
static | registerCustomMessage (int $code, string $mesg) |
static | unregisterCustomMessage (int $code) |
Protected Member Functions inherited from PlanetTeamSpeak\TeamSpeak3Framework\Exception\TeamSpeak3Exception | |
prepareCustomMessage (StringHelper $mesg) | |
Protected Attributes inherited from PlanetTeamSpeak\TeamSpeak3Framework\Exception\TeamSpeak3Exception | |
int | $raw_code = 0x00 |
StringHelper string null | $raw_mesg = null |
Static Protected Attributes inherited from PlanetTeamSpeak\TeamSpeak3Framework\Exception\TeamSpeak3Exception | |
static array | $messages = [] |
Enhanced exception class for PlanetTeamSpeak\TeamSpeak3Framework\Node\Node objects.
Definition at line 11 of file NodeException.php.