wiki.techinc.nl/includes/exception
Timo Tijhof b706fa4ac1 exception: Create generic BadRequestError based on ErrorPageError
Ideally this would be an option in ErrorPageError (perhaps even the default),
but its constructor isn't very suitable for that.

After this lands, uses of ErrorPageError should be audited to see if it makes
sense to emit a 400 status code.

Change-Id: I4beb6a4f256446b98b66d5e4bcdbab8f247441a8
2016-05-19 18:59:15 +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 Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
FatalError.php
HttpError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MWException.php Provide a unique request identifier 2016-03-25 16:09:05 +00:00
MWExceptionHandler.php Provide a unique request identifier 2016-03-25 16:09:05 +00:00
PermissionsError.php Change \\ to \ in phpdoc 2016-04-08 17:46:30 +00:00
ReadOnlyError.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
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 Use AuthManager on special pages 2016-05-16 15:12:13 +00:00