Deprecate \wcf\util\exception\HTTPException
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 15:55:15 +0000 (16:55 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 15:55:15 +0000 (16:55 +0100)
see 5ff8745012d43b1bcdc5df3c74a19532379d182f

wcfsetup/install/files/lib/util/exception/HTTPException.class.php

index 0efd4ae341723f49fbe1527323a0464657db93f7..1a68f868dad9d581e67ab3ff2b8e1214eede5e07 100644 (file)
@@ -13,6 +13,7 @@ use wcf\util\StringUtil;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @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 {
        /**