icingaweb2/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php
2014-08-27 16:29:56 +02:00

13 lines
218 B
PHP

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Monitoring\Exception;
use Icinga\Exception\IcingaException;
class UnsupportedBackendException extends IcingaException
{
}