wiki.techinc.nl/includes/Storage
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 Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
BadBlobException.php
BlobAccessException.php
BlobStore.php
BlobStoreFactory.php
DerivedPageDataUpdater.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
EditResult.php
EditResultBuilder.php
EditResultCache.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
NameTableAccessException.php
NameTableStore.php Storage: Remove transaction cancel callback from NameTableStore 2024-08-30 20:41:08 +00:00
NameTableStoreFactory.php Add missing documentation to class properties in NameTableStoreFactory 2024-09-07 21:37:50 +02:00
PageEditStash.php Merge "objectcache: Consolidate WRITE_PRUNE_SEGMENTS into WRITE_ALLOW_SEGMENTS" 2024-08-12 16:16:10 +00:00
PageUpdateException.php
PageUpdater.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
PageUpdaterFactory.php Move Language and friends into Language namespace 2024-08-10 13:36:30 +02:00
PageUpdateStatus.php Reorg: Move Status to MediaWiki\Status\ 2023-08-25 15:44:17 +02:00
PreparedUpdate.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
RevertedTagUpdate.php Add namespace and deprecation alias to FormatJson 2024-05-16 16:28:01 +03:30
RevertedTagUpdateManager.php
RevisionSlotsUpdate.php Move remaining four classes in includes/content into Content namespace 2024-08-10 10:40:53 +02:00
SqlBlobStore.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00