Searched refs:BindException (Results 1 – 11 of 11) sorted by relevance
16 use FreeDSx\Ldap\Exception\BindException; alias76 * @throws BindException81 throw new BindException('A simple bind must have a non-empty username and password.');
16 use FreeDSx\Ldap\Exception\BindException; alias97 * @throws BindException102 throw new BindException('The mechanism name cannot be empty.');
16 use FreeDSx\Ldap\Exception\BindException; alias62 * @throws BindException115 * @throws BindException148 * @throws BindException170 throw new BindException(sprintf(223 * @throws BindException244 throw new BindException(
15 use FreeDSx\Ldap\Exception\BindException; alias69 * @throws BindException88 throw new BindException(
16 use FreeDSx\Ldap\Exception\BindException; alias63 * @throws BindException
17 use FreeDSx\Ldap\Exception\BindException; alias131 * @throws BindException
18 use FreeDSx\Ldap\Exception\BindException; alias105 * @throws BindException143 * @throws BindException
10 use FreeDSx\Ldap\Exception\BindException; alias162 * @throws BindException180 } catch (BindException $e) {
21 class BindException extends Exception class
15 use FreeDSx\Ldap\Exception\BindException; alias54 } catch (BindException $e) {
161 $e instanceof \FreeDSx\Ldap\Exception\BindException &&