From 33893f8e7201269f326117c3b1eed1af31106c06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 11 Feb 2021 16:55:15 +0100 Subject: [PATCH] Deprecate \wcf\util\exception\HTTPException see 5ff8745012d43b1bcdc5df3c74a19532379d182f --- .../install/files/lib/util/exception/HTTPException.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/util/exception/HTTPException.class.php b/wcfsetup/install/files/lib/util/exception/HTTPException.class.php index 0efd4ae341..1a68f868da 100644 --- a/wcfsetup/install/files/lib/util/exception/HTTPException.class.php +++ b/wcfsetup/install/files/lib/util/exception/HTTPException.class.php @@ -13,6 +13,7 @@ use wcf\util\StringUtil; * @license GNU Lesser General Public License * @package WoltLabSuite\Core\Util\Exception * @since 3.0 + * @deprecated 5.3 This exception is intimately tied to HTTPRequest which is deprecated. */ class HTTPException extends SystemException implements IExtraInformationException { /** -- 2.20.1