icingaweb2/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php
2014-07-15 13:43:52 +02:00

11 lines
188 B
PHP

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