summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/ProgrammingError.php
blob: 02d4b47b49a7bc5c25189ebf1cacb47537a87de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */

namespace Icinga\Exception;

/**
 * Class ProgrammingError
 * @package Icinga\Exception
 */
class ProgrammingError extends IcingaException
{
}