IcingaNotification: use ConfigurationError

This commit is contained in:
Thomas Gelf 2016-06-13 17:42:02 +02:00
parent b83bfed186
commit 1370ec7312
1 changed files with 1 additions and 0 deletions

View File

@ -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