From 9889fa9342725e4035ac9852fe7cb8876d16c8bf Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 18 Jan 2021 17:54:16 +0100 Subject: [PATCH] DeploymentStatus: do not miss exceptions when... ...talking to Icinga --- library/Director/Deployment/DeploymentStatus.php | 1 + 1 file changed, 1 insertion(+) 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;