|
MediaWiki
REL1_19
|
Error class designed to handle errors involved with XML parsing. More...


Public Member Functions | |
| __construct ($parser, $message= 'XML parsing error', $context=null, $offset=0) | |
| _extractContext ($context, $offset) | |
| getMessage () | |
Error class designed to handle errors involved with XML parsing.
Definition at line 113 of file WikiError.php.
| WikiXmlError::__construct | ( | $ | parser, |
| $ | message = 'XML parsing error', |
||
| $ | context = null, |
||
| $ | offset = 0 |
||
| ) |
| $parser | resource |
| $message | string |
| $context | |
| $offset | Int |
Definition at line 122 of file WikiError.php.
References _extractContext(), getMessage(), wfDebug(), and wfDeprecated().

| WikiXmlError::_extractContext | ( | $ | context, |
| $ | offset | ||
| ) |
Definition at line 145 of file WikiError.php.
Referenced by __construct().

Reimplemented from WikiError.
Definition at line 135 of file WikiError.php.
References wfMsgHtml().
Referenced by __construct().

