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

View File

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