Add missing `license` element in `package.xsd`
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / exception / HTTPServerErrorException.class.php
1 <?php
2 namespace wcf\system\exception;
3
4 /**
5 * Default exception for HTTP status code "500 Internal Server Error".
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 */
12 class HTTPServerErrorException extends SystemException { }