diff --git a/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php b/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php index 3e1468e36..169fa2cfd 100644 --- a/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php +++ b/modules/monitoring/library/Monitoring/Exception/UnsupportedBackendException.php @@ -4,8 +4,9 @@ namespace Icinga\Module\Monitoring\Exception; -use Exception; -class UnsupportedBackendException extends Exception +use Icinga\Exception\IcingaException; + +class UnsupportedBackendException extends IcingaException { -} \ No newline at end of file +}