MediaWiki master
|
Abort the web request with a custom HTML string that will represent the entire response. More...
Inherits MediaWiki\Exception\MWException.
Public Member Functions | |
getHTML () | |
Replace our usual detailed HTML response for uncaught exceptions, with just the bare message as HTML. | |
getText () | |
![]() | |
hasOverriddenHandler () | |
isLoggable () | |
Whether to log this exception in the exception debug log. | |
msg ( $key, $fallback,... $params) | |
Get a message from i18n. | |
report () | |
Output a report about the exception and takes care of formatting. | |
useMessageCache () | |
Can the extension use the Message class/wfMessage to get i18n-ed messages? | |
Additional Inherited Members | |
![]() | |
static | isCommandLine () |
Check whether we are in command line mode or not to report the exception in the correct format. | |
Abort the web request with a custom HTML string that will represent the entire response.
This is not caught anywhere in MediaWiki code. It is handled through PHP's exception handler, which calls MWExceptionHandler::report.
Unlike MWException, this will not provide error IDs or stack traces. It is intended for early installation and configuration problems where the exception is all the site administrator needs to know.
Definition at line 39 of file FatalError.php.
MediaWiki\Exception\FatalError::getHTML | ( | ) |
Replace our usual detailed HTML response for uncaught exceptions, with just the bare message as HTML.
Definition at line 47 of file FatalError.php.
MediaWiki\Exception\FatalError::getText | ( | ) |
Definition at line 54 of file FatalError.php.