Public Member Functions | |
__construct ($title, $msg) | |
Note: these arguments are keys into wfMsg(), not text! | |
report () | |
Output a report about the exception and takes care of formatting. | |
Public Attributes | |
$title | |
$msg |
Definition at line 256 of file Exception.php.
ErrorPageError::__construct | ( | $ | title, | |
$ | msg | |||
) |
Note: these arguments are keys into wfMsg(), not text!
Definition at line 262 of file Exception.php.
References $msg, $title, MWException::msg(), and wfMsg().
ErrorPageError::report | ( | ) |
Output a report about the exception and takes care of formatting.
It will be either HTML or plain text based on isCommandLine().
Reimplemented from MWException.
Definition at line 268 of file Exception.php.
References $wgOut, and MWException::msg().
ErrorPageError::$msg |
ErrorPageError::$title |