aboutsummaryrefslogtreecommitdiffstats
path: root/includes/libs/filebackend/exception/FileBackendError.php
Commit message (Collapse)AuthorAgeFilesLines
* Add namespace to remaining parts of Wikimedia\FileBackendJames D. Forrester2024-10-031-11/+0
| | | | | Bug: T353458 Change-Id: I49c843c9d8f6459c0fbf774afeea7a82fa564b59
* Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
| | | | | | | | | | | For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
* Mark exceptions as newable and stable for subclassingdaniel2020-07-101-0/+1
| | | | | | | | This marks most remaining exceptions as newable, and some as stable for subclassing. Bug: T247862 Change-Id: Idf7c03346a83d4f22c24fb173142c18be0e11d77
* Mark exceptions as @newabledaniel2020-07-081-0/+1
| | | | | | | | Exceptions classes are nearly always value objects, and should in most cases by newable. Bug: T247862 Change-Id: I4faa8ec6ea8bc44086cfc8075b32d10eea61e9df
* filebackend: move more files to subdirectoriesAaron Schulz2019-04-151-0/+9
Change-Id: If965323809c5bfc9cb73ed0f357233d9325d3353