wiki.techinc.nl/includes/exception
Chad Horohoe 25c3c061b5 Fix/hack ErrorPageError to work from non-UI contexts
Right now, ErrorPageError *assumes* you're never running on the cli
or the API. It's kinda a crappy superclass to use for errors unless
you're 1000% sure you'll never hit that code path. Yay assumptions!

Ideally, all of this report() crap is cleaned up and unified across
the like 1192902117 places we have it spread out, but for now just
detect the scenario and delegate back to MWException, which does the
right thing

Bug: T168337
Change-Id: Ia2f490528e128527a7a5ef1f4f5eea36ec9ee810
2017-07-06 20:04:31 +00:00
..
BadRequestError.php exception: Create generic BadRequestError based on ErrorPageError 2016-05-19 18:59:15 +00:00
BadTitleError.php exception: Create generic BadRequestError based on ErrorPageError 2016-05-19 18:59:15 +00:00
ErrorPageError.php Fix/hack ErrorPageError to work from non-UI contexts 2017-07-06 20:04:31 +00:00
FatalError.php
HttpError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
LocalizedException.php Add ILocalizedException interface 2016-12-08 13:53:24 -05:00
MWContentSerializationException.php Remove trailing empty lines in PHP 2017-01-16 22:06:43 +01:00
MWException.php Remove $wgExceptionHooks 2017-05-22 00:57:44 +02:00
MWExceptionHandler.php Push lazy jobs when exceptions are handled by MWExceptionHandler 2017-07-01 00:03:11 +00:00
MWExceptionRenderer.php Avoid double HTML encoding 2017-07-03 17:55:15 +02:00
MWUnknownContentModelException.php Remove trailing empty lines in PHP 2017-01-16 22:06:43 +01:00
PermissionsError.php User group memberships that expire 2017-01-27 09:24:20 +00:00
ReadOnlyError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
ThrottledError.php
UserBlockedError.php
UserNotLoggedIn.php Merge "Miscellaneous indentation tweaks" 2017-02-28 18:38:36 +00:00