From 2da7a040b6895e8396b90c5dd87bf6b98537ba86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 11 Feb 2021 16:57:19 +0100 Subject: [PATCH] Deprecate wcf\system\exception\HTTP*Exception see 5ff8745012d43b1bcdc5df3c74a19532379d182f see 33893f8e7201269f326117c3b1eed1af31106c06 --- .../files/lib/system/exception/HTTPNotFoundException.class.php | 1 + .../lib/system/exception/HTTPServerErrorException.class.php | 1 + .../lib/system/exception/HTTPUnauthorizedException.class.php | 1 + 3 files changed, 3 insertions(+) diff --git a/wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php b/wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php index 771c991ef8..d1f6ac24fa 100644 --- a/wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php +++ b/wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php @@ -8,5 +8,6 @@ namespace wcf\system\exception; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Exception + * @deprecated 5.3 This exception was created for use with HTTPRequest which is deprecated. */ class HTTPNotFoundException extends SystemException { } diff --git a/wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php b/wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php index d175a4007d..3db445f448 100644 --- a/wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php +++ b/wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php @@ -8,5 +8,6 @@ namespace wcf\system\exception; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Exception + * @deprecated 5.3 This exception was created for use with HTTPRequest which is deprecated. */ class HTTPServerErrorException extends SystemException { } diff --git a/wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php b/wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php index a9792fc456..f767019e34 100644 --- a/wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php +++ b/wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php @@ -8,5 +8,6 @@ namespace wcf\system\exception; * @copyright 2001-2019 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Exception + * @deprecated 5.3 This exception was created for use with HTTPRequest which is deprecated. */ class HTTPUnauthorizedException extends SystemException { } -- 2.20.1