Merge branch '5.2' into 5.3
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / exception / HTTPUnauthorizedException.class.php
1 <?php
2 namespace wcf\system\exception;
3
4 /**
5 * Default exception for HTTP status code "401 Unauthorized" and "403 Forbidden".
6 *
7 * @author Alexander Ebert
8 * @copyright 2001-2019 WoltLab GmbH
9 * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
10 * @package WoltLabSuite\Core\System\Exception
11 * @deprecated 5.3 This exception was created for use with HTTPRequest which is deprecated.
12 */
13 class HTTPUnauthorizedException extends SystemException { }