Public Member Functions | |
JSystemError ($code) | |
_GetMessage ($code) |
Definition at line 26 of file JSystemError.class.php.
|
The constructor. It takes the code error and calls the parent constructor with it and the proper message.
Definition at line 35 of file JSystemError.class.php. References JError::$msg, and _GetMessage(). |
|
Gets the message for an error code.
Definition at line 46 of file JSystemError.class.php. References JError::$code, and JError::$msg. Referenced by JSystemError(). |