From 1370ec731284b8e9748388e4131b6c1f70acfadb Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 13 Jun 2016 17:42:02 +0200 Subject: [PATCH] IcingaNotification: use ConfigurationError --- library/Director/Objects/IcingaNotification.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Director/Objects/IcingaNotification.php b/library/Director/Objects/IcingaNotification.php index cdd834bd..35fe9778 100644 --- a/library/Director/Objects/IcingaNotification.php +++ b/library/Director/Objects/IcingaNotification.php @@ -2,6 +2,7 @@ namespace Icinga\Module\Director\Objects; +use Icinga\Exception\ConfigurationError; use Icinga\Module\Director\IcingaConfig\IcingaConfigHelper as c; class IcingaNotification extends IcingaObject