Deprecate wcf\system\exception\HTTP*Exception
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 15:57:19 +0000 (16:57 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 11 Feb 2021 15:57:44 +0000 (16:57 +0100)
see 5ff8745012d43b1bcdc5df3c74a19532379d182f
see 33893f8e7201269f326117c3b1eed1af31106c06

wcfsetup/install/files/lib/system/exception/HTTPNotFoundException.class.php
wcfsetup/install/files/lib/system/exception/HTTPServerErrorException.class.php
wcfsetup/install/files/lib/system/exception/HTTPUnauthorizedException.class.php

index 771c991ef8f3455ec9052a9c3b23a50f54860f72..d1f6ac24fa5cad4d0b5a7a8f5833a92461fb712e 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 HTTPNotFoundException extends SystemException { }
index d175a4007db5c11d65e6e20a6471f57029c031d4..3db445f4483bbd27ed5d34d711d2e320b9514c4d 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 HTTPServerErrorException extends SystemException { }
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 { }