`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\Exception\AuthenticationException;
|
||||
use Icinga\Exception\ProgrammingError;
|
||||
use Icinga\Exception\QueryException;
|
||||
use Icinga\Repository\LdapRepository;
|
||||
use Icinga\Repository\RepositoryQuery;
|
||||
use Icinga\Protocol\Ldap\LdapException;
|
||||
|
|
Loading…
Reference in New Issue