Inherits MWException.
Public Member Functions | |
getHTML () | |
If $wgShowExceptionDetails is true, return a HTML message with a backtrace to the error, otherwise show a message to ask to set it to true to show that information. | |
getText () | |
If $wgShowExceptionDetails is true, return a text message with a backtrace to the error. |
Replacement for OutputPage::fatalError().
Definition at line 238 of file Exception.php.
FatalError::getHTML | ( | ) |
If $wgShowExceptionDetails is true, return a HTML message with a backtrace to the error, otherwise show a message to ask to set it to true to show that information.
Reimplemented from MWException.
Definition at line 239 of file Exception.php.
FatalError::getText | ( | ) |
If $wgShowExceptionDetails is true, return a text message with a backtrace to the error.
Reimplemented from MWException.
Definition at line 243 of file Exception.php.