From 2626d42c5407df988bf41f9e087e40228bb85084 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Tue, 15 Aug 2023 16:27:15 +0200 Subject: [PATCH] LdapUserBackend: Import missing `Exception` --- library/Icinga/Authentication/User/LdapUserBackend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Icinga/Authentication/User/LdapUserBackend.php b/library/Icinga/Authentication/User/LdapUserBackend.php index b525d111f..6a2cacff8 100644 --- a/library/Icinga/Authentication/User/LdapUserBackend.php +++ b/library/Icinga/Authentication/User/LdapUserBackend.php @@ -4,6 +4,7 @@ namespace Icinga\Authentication\User; use DateTime; +use Exception; use Icinga\Data\ConfigObject; use Icinga\Data\Inspectable; use Icinga\Data\Inspection;