wiki.techinc.nl/includes/exception
Timo Tijhof 9dcc8c872b resourceloader: Include exception log id in error message
This changes the current:

> Internal error.

To be:

> [89466ede] 2015-09-23 16:40: Fatal exception of type Less_Exception

This matches how exceptions are reported on HTML pages by MediaWiki
(via MWException::getHTML in OutputPage).

The IDs are okay to be public and exposed on HTML pages even when
$wgShowExceptionDetails is disabled.

Follows-up d478ffde10. Ref T110659.

Change-Id: I501eaa629161184ba89d44e53cdac20b39cb0903
2015-09-25 23:40:03 +00:00
..
BadTitleError.php MalformedTitleException should call parent::__construct 2015-05-06 16:11:51 -04:00
ErrorPageError.php
FatalError.php
HttpError.php HttpError: Convert line breaks in text message to <br> 2015-09-16 18:28:41 +00:00
MWException.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
MWExceptionHandler.php resourceloader: Include exception log id in error message 2015-09-25 23:40:03 +00:00
PermissionsError.php
ReadOnlyError.php
ThrottledError.php
TimestampException.php Move TimestampException to exception directory 2014-10-06 11:03:54 +02:00
UserBlockedError.php
UserNotLoggedIn.php UserLogin: Allow extensions to add valid error messages 2014-11-03 21:28:18 +01:00