Add missing use statement for IcingaException in SetupException

This commit is contained in:
Johannes Meyer 2014-11-12 17:49:05 +01:00
parent 75475b1684
commit 79bd743900
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
namespace Icinga\Module\Setup\Exception;
use Icinga\Exception\IcingaException;
/**
* Class SetupException
*