summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Exception/ConfigurationError.php
blob: e66ec46ce7b218ec90bc9c57d216f7c5d269b2ba (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 ConfigurationError
 * @package Icinga\Exception
 */
class ConfigurationError extends IcingaException
{
}