From: Tim Düsterhus Date: Thu, 11 Feb 2021 15:57:19 +0000 (+0100) Subject: Deprecate wcf\system\exception\HTTP*Exception X-Git-Tag: 5.3.5~23 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2da7a040b6895e8396b90c5dd87bf6b98537ba86;p=GitHub%2FWoltLab%2FWCF.git Deprecate wcf\system\exception\HTTP*Exception see 5ff8745012d43b1bcdc5df3c74a19532379d182f see 33893f8e7201269f326117c3b1eed1af31106c06 --- 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 { }