wiki.techinc.nl/includes/exception
Gergő Tisza b4dc368f72 HttpError: Cast Message to string
In theory PHP should use coerce objects with a __toString method
to string when passing them to a method which has a string-typed
argument, but with the native Exception class this doesn't seem
to be working, so cast explicitly.

Bug: T388171
Change-Id: I310b97164877445837babed2a4c47795f1c2c277
(cherry picked from commit a14ef848f758612ac9d4e8c881ecdbbccf3e1158)
2025-03-11 21:58:06 +00:00
..
Hook exception: Suppress dependency loop exception 2024-11-08 16:16:00 +00:00
BadRequestError.php
BadTitleError.php
CannotCreateActorException.php
ErrorPageError.php
FatalError.php
HttpError.php HttpError: Cast Message to string 2025-03-11 21:58:06 +00:00
ILocalizedException.php
LocalizedException.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
MWContentSerializationException.php
MWException.php
MWExceptionHandler.php MWExceptionHandler: Add error suppression to constant( 'E_STRICT' ) 2025-01-21 22:31:11 +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