mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
LdapUserBackend
: Import exception QueryException
Method `LdapUserBackend::requireQueryColumn()` throws exception `QueryException`
This commit is contained in:
parent
2b60a86731
commit
381aee94d1
@ -9,6 +9,7 @@ use Icinga\Data\Inspectable;
|
|||||||
use Icinga\Data\Inspection;
|
use Icinga\Data\Inspection;
|
||||||
use Icinga\Exception\AuthenticationException;
|
use Icinga\Exception\AuthenticationException;
|
||||||
use Icinga\Exception\ProgrammingError;
|
use Icinga\Exception\ProgrammingError;
|
||||||
|
use Icinga\Exception\QueryException;
|
||||||
use Icinga\Repository\LdapRepository;
|
use Icinga\Repository\LdapRepository;
|
||||||
use Icinga\Repository\RepositoryQuery;
|
use Icinga\Repository\RepositoryQuery;
|
||||||
use Icinga\Protocol\Ldap\LdapException;
|
use Icinga\Protocol\Ldap\LdapException;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user