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