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

11 lines
187 B
PHP

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