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
BadTitleError.php
CannotCreateActorException.php
ErrorPageError.php
FatalError.php
HttpError.php
ILocalizedException.php
LocalizedException.php
MWContentSerializationException.php
MWException.php
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
ShellDisabledError.php
ThrottledError.php
UserBlockedError.php
UserNotLoggedIn.php