wiki.techinc.nl/includes/exception
Adam Wight 188d2cbbb0 Remove unchecked exception annotations
Callers should not catch an unchecked exception, so it doesn't belong
in a function signature.  Unchecked exceptions indicate a coding error,
which by definition the code will not be able to handle correctly.

If any of these exceptions were supposed to be in response to an edge
case, user input, or initial conditions, then they should be changed
to a runtime error.  If the exception class cannot be changed, then
the annotation should include a comment explaining its purpose and
prognosis.

Bug: T240672
Change-Id: I2e640b9737cb68090a8e1cb70067d1b74037d647
2024-09-17 22:20:58 +02:00
..
Hook
BadRequestError.php Replace deprecated MWException 2024-01-19 21:58:42 +00:00
BadTitleError.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
CannotCreateActorException.php
ErrorPageError.php Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
FatalError.php
HttpError.php exception: Avoid raw \n in HttpError 2024-07-16 21:39:19 +02:00
ILocalizedException.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
LocalizedException.php Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
MWContentSerializationException.php
MWException.php namespace MWDebug 2024-05-03 22:59:47 +02:00
MWExceptionHandler.php exception: Use const for MWExceptionHandler::$fatalErrorTypes 2024-09-01 13:24:03 +02:00
MWExceptionRenderer.php Add missing documentation to class properties (miscellaneous classes) 2024-09-14 10:12:18 +02:00
MWUnknownContentModelException.php
PermissionsError.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
ProcOpenError.php
ReadOnlyError.php Fix string→array type mismatch in ReadOnlyError 2024-01-16 18:16:33 +00:00
ShellDisabledError.php
ThrottledError.php
UserBlockedError.php Namespace includes/context 2024-02-08 11:07:01 -05:00
UserNotLoggedIn.php LoginSignupSpecialPage: Support &display=popup 2024-05-22 22:06:31 +02:00