summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php
blob: 94d1af247ec8f9d83ca67eaee87fc32b8528c639 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */


namespace Icinga\Module\Monitoring\Exception;

use Icinga\Exception\IcingaException;

class UnsupportedBackendException extends IcingaException
{
}