MediaWiki  REL1_21
ErrorPageError Class Reference

An error page which can definitely be safely rendered using the OutputPage. More...

Inheritance diagram for ErrorPageError:
Collaboration diagram for ErrorPageError:

List of all members.

Public Member Functions

 __construct ($title, $msg, $params=null)
 Note: these arguments are keys into wfMessage(), not text!
 report ()
 Output a report about the exception and takes care of formatting.

Public Attributes

 $msg
 $params
 $title

Detailed Description

An error page which can definitely be safely rendered using the OutputPage.

Since:
1.7

Definition at line 317 of file Exception.php.


Constructor & Destructor Documentation

ErrorPageError::__construct ( title,
msg,
params = null 
)

Note: these arguments are keys into wfMessage(), not text!

Parameters:
string | Message$titleMessage key (string) for page title, or a Message object
string | Message$msgMessage key (string) for error text, or a Message object
array$paramswith parameters to wfMessage()

Reimplemented in UserNotLoggedIn.

Definition at line 327 of file Exception.php.

References $msg, $params, $title, MWException\msg(), text, title, and wfMessage().


Member Function Documentation

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 339 of file Exception.php.

References $wgOut, global, MWException\msg(), and title.


Member Data Documentation

ErrorPageError::$msg

Definition at line 318 of file Exception.php.

Referenced by __construct(), and BadTitleError\__construct().

ErrorPageError::$params
ErrorPageError::$title

Definition at line 318 of file Exception.php.

Referenced by __construct().


The documentation for this class was generated from the following file: