parent
e6612fefe7
commit
8b0df6c9f7
|
@ -4,8 +4,9 @@
|
|||
|
||||
|
||||
namespace Icinga\Module\Monitoring\Exception;
|
||||
use Exception;
|
||||
|
||||
class UnsupportedBackendException extends Exception
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
class UnsupportedBackendException extends IcingaException
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue