wiki.techinc.nl/includes/exception
Timo Tijhof 3a2a707546 Clean up remaining get_class() uses
* get_class()        -> __CLASS__ (same as self::class)
* get_called_class() -> static::class
* get_class($this)   -> static::class

Change-Id: I1888a1897ecf4548a2e5a67a942e5c080dd7e3d3
2017-03-07 22:03:47 +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 includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +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 Clean up remaining get_class() uses 2017-03-07 22:03:47 +00:00
MWExceptionHandler.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
MWExceptionRenderer.php Always show exceptions of type 'error' in LTR 2016-12-12 20:23:41 -05: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