Add missing use statement for IcingaException in SetupException
This commit is contained in:
parent
75475b1684
commit
79bd743900
|
@ -4,6 +4,8 @@
|
|||
|
||||
namespace Icinga\Module\Setup\Exception;
|
||||
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
/**
|
||||
* Class SetupException
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue