diff --git a/library/Director/Deployment/DeploymentStatus.php b/library/Director/Deployment/DeploymentStatus.php index f3e1891d..d4bb1c71 100644 --- a/library/Director/Deployment/DeploymentStatus.php +++ b/library/Director/Deployment/DeploymentStatus.php @@ -2,6 +2,7 @@ namespace Icinga\Module\Director\Deployment; +use Exception; use Icinga\Module\Director\Core\CoreApi; use Icinga\Module\Director\Db; use Icinga\Module\Director\Objects\DirectorDeploymentLog;