MediaWiki
1.34.0
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\getText
getText()
Definition:
FatalError.php:40
MWException
MediaWiki exception.
Definition:
MWException.php:26
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
includes
exception
FatalError.php
Generated on Thu Dec 19 2019 14:54:16 for MediaWiki by
1.8.16