MediaWiki
REL1_19
|
An error page which can definitely be safely rendered using the OutputPage. More...
Public Member Functions | |
__construct ($title, $msg, $params=null) | |
Note: these arguments are keys into wfMsg(), not text! | |
report () | |
Output a report about the exception and takes care of formatting. | |
Public Attributes | |
$msg | |
$params | |
$title |
An error page which can definitely be safely rendered using the OutputPage.
Definition at line 248 of file Exception.php.
ErrorPageError::__construct | ( | $ | title, |
$ | msg, | ||
$ | params = null |
||
) |
Note: these arguments are keys into wfMsg(), not text!
Definition at line 254 of file Exception.php.
References $msg, $params, $title, MWException\msg(), and wfMsg().
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.
Reimplemented in ThrottledError, PermissionsError, and BadTitleError.
Definition at line 266 of file Exception.php.
References $wgOut, and MWException\msg().
ErrorPageError::$msg |
Definition at line 249 of file Exception.php.
Referenced by __construct(), and BadTitleError\__construct().
ErrorPageError::$params |
Definition at line 249 of file Exception.php.
Referenced by __construct(), and BadTitleError\__construct().
ErrorPageError::$title |
Definition at line 249 of file Exception.php.
Referenced by __construct().