wiki.techinc.nl/includes/exception
Bryan Davis 3ae8eb2416 Register a shutdown function to log fatal errors
MWExceptionHandler::handleFatalError() is installed as a shutdown
function to inspect `error_get_last()` output and log the error via
MWExceptionHandler::logError(). The error is examined to determine if it
is a missing class error so that a descriptive log message can be
provided instructing the server administrator on 3rd party library
installation methods.

Bug: T74777
Change-Id: I04748626487022c51050ffa7846236947a082d68
2014-12-09 23:27:40 +00:00
..
BadTitleError.php Cleanup some docs (includes/[e-l]) 2014-07-24 19:43:03 +02:00
ErrorPageError.php Cleanup some docs (includes/[e-l]) 2014-07-24 19:43:03 +02:00
FatalError.php
HttpError.php Fixed some @params documentation 2014-04-14 19:52:18 +00:00
MWException.php MWException: Log stack traces for php errors (not exceptions) 2014-11-16 14:37:15 +01:00
MWExceptionHandler.php Register a shutdown function to log fatal errors 2014-12-09 23:27:40 +00:00
PermissionsError.php
ReadOnlyError.php
ThrottledError.php Set ThrottledError's response code to 429 2014-03-28 12:25:59 +02:00
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