MediaWiki
REL1_31
FatalError.php
Go to the documentation of this file.
1
<?php
28
class
FatalError
extends
MWException
{
29
33
public
function
getHTML
() {
34
return
$this->getMessage();
35
}
36
40
public
function
getText
() {
41
return
$this->getMessage();
42
}
43
}
FatalError
Exception class which takes an HTML error message, and does not produce a backtrace.
Definition
FatalError.php:28
FatalError\getHTML
getHTML()
Definition
FatalError.php:33
FatalError\getText
getText()
Definition
FatalError.php:40
MWException
MediaWiki exception.
Definition
MWException.php:26
includes
exception
FatalError.php
Generated on Mon Nov 25 2024 15:34:43 for MediaWiki by
1.10.0