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