icingaweb2/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException...

13 lines
218 B
PHP
Raw Normal View History

<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
2013-10-19 20:09:17 +02:00
namespace Icinga\Module\Monitoring\Exception;
use Icinga\Exception\IcingaException;
class UnsupportedBackendException extends IcingaException
2013-10-19 20:09:17 +02:00
{
}