wiki.techinc.nl/includes/exception
xtex 7fec3fdec6 exception: Convert E_STRICT errors to E_USER_NOTICE
E_STRICT is deprecated in PHP 8.4.0.

MediaWiki (and almost all extensions) no longer produces errors at this
level.
To not break the compatibility, let's converts all E_STRICT level errors
to E_USER_NOTICE, which is also mapped to warning severity.

Using '@' operator to avoid generating the deprecation warning of
E_STRICT.

This should addresses the deprecation warning of E_STRICT when another
warning or error is raised.

Bug: T375707
Change-Id: I5937cacdf5b01614042a06d4deb5112ffff51727
2025-01-03 16:31:41 +00:00
..
Hook exception: Suppress dependency loop exception 2024-11-08 16:16:00 +00:00
BadRequestError.php
BadTitleError.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
CannotCreateActorException.php
ErrorPageError.php Namespace MessageSpecifier under Wikimedia\Message\ 2024-07-28 14:21:32 +02:00
FatalError.php
HttpError.php exception: Avoid raw \n in HttpError 2024-07-16 21:39:19 +02:00
ILocalizedException.php Use namespaced classes (2) 2024-06-16 20:23:55 +02:00
LocalizedException.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
MWContentSerializationException.php
MWException.php
MWExceptionHandler.php exception: Convert E_STRICT errors to E_USER_NOTICE 2025-01-03 16:31:41 +00:00
MWExceptionRenderer.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
MWUnknownContentModelException.php
PermissionsError.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
ProcOpenError.php
ReadOnlyError.php
ShellDisabledError.php
ThrottledError.php
UserBlockedError.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
UserNotLoggedIn.php Send temporary accounts to Special:CreateAccount on ::requireNamed 2024-09-24 21:42:17 +00:00