From 79bd743900aad17b9f1dd2ae7b3ee0492560aabf Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 12 Nov 2014 17:49:05 +0100 Subject: [PATCH] Add missing use statement for IcingaException in SetupException --- modules/setup/library/Setup/Exception/SetupException.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/setup/library/Setup/Exception/SetupException.php b/modules/setup/library/Setup/Exception/SetupException.php index 538589fd8..da5eed17c 100644 --- a/modules/setup/library/Setup/Exception/SetupException.php +++ b/modules/setup/library/Setup/Exception/SetupException.php @@ -4,6 +4,8 @@ namespace Icinga\Module\Setup\Exception; +use Icinga\Exception\IcingaException; + /** * Class SetupException *