aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiUsageException.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-2/+2
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-161-1/+0
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+11
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+2
* Namespace MessageSpecifier under Wikimedia\Message\Bartosz Dziewoński2024-07-281-0/+1
* api: Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-06-211-10/+9
* api: Use namespaced classesUmherirrender2024-06-141-0/+1
* Merge "Replace deprecated status->getErrors calls in API classes"jenkins-bot2024-06-131-2/+2
|\
| * Replace deprecated status->getErrors calls in API classesWMDE-Fisch2024-06-131-2/+2
* | Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+1
|/
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+2
* Revert "Introduce AbstractLocalizedException"TChin2021-09-141-1/+1
* Introduce AbstractLocalizedExceptionTChin2021-09-101-1/+1
* Make ternary in ApiUsageException::__toString more readableUmherirrender2021-08-271-1/+1
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Mark exceptions as @newabledaniel2020-07-081-0/+3
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-5/+9
* Unsuppress PhanParamReqAfterOpt, use PHP71 nullable typesDaimona Eaytoy2019-10-101-2/+2
* API: Remove long-deprecated methods (and one class)Brad Jorsch2018-10-151-37/+2
* Split ApiUsageException and UsageException to class per fileReedy2018-05-271-71/+0
* A few doc comment fixupsTim Starling2017-12-041-1/+0
* Fix inability of fetching message objectAleksey Bekh-Ivanov (WMDE)2017-10-041-1/+1
* Improve some parameter docsUmherirrender2017-09-101-1/+1
* Change @inheritdoc to @inheritDocUmherirrender2017-08-111-3/+3
* API: Add deprecation warnings for Iae0e2ce3Brad Jorsch2017-06-221-0/+8
* Add ILocalizedException interfaceBrad Jorsch2016-12-081-1/+8
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-0/+217