wiki.techinc.nl/includes/exception
Kunal Mehta f6e5079a69 Use mediawiki/at-ease library for suppressing warnings
wfSuppressWarnings() and wfRestoreWarnings() were split out into a
separate library. All usages in core were replaced with the new
functions, and the wf* global functions are marked as deprecated.

Additionally, some uses of @ were replaced due to composer's autoloader
being loaded even earlier.

Ie1234f8c12693408de9b94bf6f84480a90bd4f8e adds the library to
mediawiki/vendor.

Bug: T100923
Change-Id: I5c35079a0a656180852be0ae6b1262d40f6534c4
2015-06-11 18:49:29 +00:00
..
BadTitleError.php MalformedTitleException should call parent::__construct 2015-05-06 16:11:51 -04:00
ErrorPageError.php Cleanup some docs (includes/[e-l]) 2014-07-24 19:43:03 +02:00
FatalError.php
HttpError.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
MWException.php Use HttpStatus::header instead of manually crafting header() 2015-06-04 02:27:35 +00:00
MWExceptionHandler.php Use mediawiki/at-ease library for suppressing warnings 2015-06-11 18:49:29 +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