wiki.techinc.nl/includes/site
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
..
CachingSiteStore.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
DBSiteStore.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
HashSiteStore.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
MediaWikiPageNameNormalizer.php Add namespace and deprecation alias to FormatJson 2024-05-16 16:28:01 +03:30
MediaWikiSite.php Make use of the ??= and ?? operators where it makes sense 2024-08-26 09:26:36 +02:00
Site.php site: Streamline Site class using modern PHP features 2024-07-18 15:38:01 +02:00
SiteExporter.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
SiteImporter.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
SiteList.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
SiteLookup.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00
SiteStore.php Fix various version mention for class_alias 2024-07-05 18:39:49 +02:00