`LdapUserBackend`: Import exception `QueryException`

Method `LdapUserBackend::requireQueryColumn()` throws exception `QueryException`
This commit is contained in:
raviks789 2023-08-15 09:55:14 +02:00
parent 2b60a86731
commit 381aee94d1
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use Icinga\Data\Inspectable;
use Icinga\Data\Inspection;
use Icinga\Exception\AuthenticationException;
use Icinga\Exception\ProgrammingError;
use Icinga\Exception\QueryException;
use Icinga\Repository\LdapRepository;
use Icinga\Repository\RepositoryQuery;
use Icinga\Protocol\Ldap\LdapException;