aboutsummaryrefslogtreecommitdiffstats
path: root/includes/exception/FatalError.php
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-06-29 14:13:29 +0200
committerDaniel Kinzler <dkinzler@wikimedia.org>2020-07-08 17:51:38 +0000
commit102c9573b365f1dece62060cf93ea9ceffaa82be (patch)
tree790756f6f3570573ab88b902359152a7748ca0cf /includes/exception/FatalError.php
parent5e10519b02465d18dc835e88abe81466f8fa6ad0 (diff)
downloadmediawikicore-102c9573b365f1dece62060cf93ea9ceffaa82be.tar.gz
mediawikicore-102c9573b365f1dece62060cf93ea9ceffaa82be.zip
Mark exceptions as @newable
Exceptions classes are nearly always value objects, and should in most cases by newable. Bug: T247862 Change-Id: I4faa8ec6ea8bc44086cfc8075b32d10eea61e9df
Diffstat (limited to 'includes/exception/FatalError.php')
-rw-r--r--includes/exception/FatalError.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/exception/FatalError.php b/includes/exception/FatalError.php
index 6b0a6e49e4e3..cf30baabcc3b 100644
--- a/includes/exception/FatalError.php
+++ b/includes/exception/FatalError.php
@@ -29,6 +29,7 @@
* It is intended for early installation and configuration problems where
* the exception is all the site administrator needs to know.
*
+ * @newable
* @since 1.7
* @ingroup Exception
*/