Merge branch '5.2' into 5.3
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / exception / HTTPUnauthorizedException.class.php
index a9792fc4560a1d7d0d369df56a3628425866028f..f767019e3422156b6149060373307cc0f0df25e4 100644 (file)
@@ -8,5 +8,6 @@ namespace wcf\system\exception;
  * @copyright  2001-2019 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Exception
+ * @deprecated 5.3 This exception was created for use with HTTPRequest which is deprecated.
  */
 class HTTPUnauthorizedException extends SystemException { }