Home
last modified time | relevance | path

Searched refs:OperationException (Results 1 – 21 of 21) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md93 use FreeDSx\Ldap\Exception\OperationException;
103 } catch (OperationException $e) {
125 use FreeDSx\Ldap\Exception\OperationException;
148 } catch (OperationException $e) {
156 use FreeDSx\Ldap\Exception\OperationException;
166 } catch (OperationException $e) {
H A DCHANGELOG.md86 * LDAP clients now throw an OperationException instead of a ProtocolException.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php16 use FreeDSx\Ldap\Exception\OperationException;
70 * @throws OperationException
94 throw new OperationException($result->getDiagnosticMessage(), $result->getResultCode());
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DClientExtendedOperationHandler.php15 use FreeDSx\Ldap\Exception\OperationException;
46 * @throws OperationException
64 throw new OperationException('Expected an LDAP message response, but none was received.');
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DClientSearchHandler.php17 use FreeDSx\Ldap\Exception\OperationException;
62 * @throws OperationException
83 throw new OperationException('The final search result is malformed.');
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DRequestHandlerInterface.php14 use FreeDSx\Ldap\Exception\OperationException;
30 * @throws OperationException
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DClientReferralHandler.php16 use FreeDSx\Ldap\Exception\OperationException;
55 * @throws OperationException
86 * @throws OperationException
100 throw new OperationException(
119 throw new OperationException(sprintf(
164 } catch (OperationException $e) {
176 throw new OperationException(sprintf(
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php20 use FreeDSx\Ldap\Exception\OperationException;
101 * @throws OperationException
117 throw new OperationException('Expected a search response for the RootDSE. None received.');
122 throw new OperationException('Expected a search response for the RootDSE. None received.');
127 throw new OperationException('Expected a single entry for the RootDSE. None received.');
139 * @throws OperationException
17 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DServerProtocolHandler.php16 use FreeDSx\Ldap\Exception\OperationException;
135 } catch (OperationException $e) {
199 * @throws OperationException
274 * @throws OperationException
280 throw new OperationException(
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerBindHandlerFactory.php14 use FreeDSx\Ldap\Exception\OperationException;
34 * @throws OperationException
43 throw new OperationException(
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DBindHandlerInterface.php14 use FreeDSx\Ldap\Exception\OperationException;
30 * @throws OperationException
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DServerBindHandler.php14 use FreeDSx\Ldap\Exception\OperationException;
35 * @throws OperationException
57 * @throws OperationException
62 throw new OperationException(
72 * @throws OperationException
78 throw new OperationException(
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DServerDispatchHandler.php15 use FreeDSx\Ldap\Exception\OperationException;
37 * @throws OperationException
58 throw new OperationException(
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DServerProtocolHandlerInterface.php14 use FreeDSx\Ldap\Exception\OperationException;
32 * @throws OperationException
13 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php15 use FreeDSx\Ldap\Exception\OperationException;
38 throw new OperationException('The add operation is not supported.');
54 throw new OperationException('The compare operation is not supported.');
62 throw new OperationException('The delete operation is not supported.');
70 throw new OperationException(sprintf('The extended operation %s is not supported.', $extended->getName()));
78 throw new OperationException('The modify operation is not supported.');
86 throw new OperationException('The modify dn operation is not supported.');
94 throw new OperationException('The search operation is not supported.');
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DProxyRequestHandler.php16 use FreeDSx\Ldap\Exception\OperationException;
55 throw new OperationException($e->getMessage(), $e->getCode());
106 throw new OperationException('The result was malformed.', ResultCode::PROTOCOL_ERROR);
15 use FreeDSx\Ldap\Exception\OperationException; global() alias
H A DRequestHandlerInterface.php15 use FreeDSx\Ldap\Exception\OperationException;
35 * @throws OperationException
42 * @throws OperationException
49 * @throws OperationException
56 * @throws OperationException
63 * @throws OperationException
70 * @throws OperationException
77 * @throws OperationException
86 * @throws OperationException
14 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/classes/
H A DADClient.php9 use FreeDSx\Ldap\Exception\OperationException; alias
59 } catch (OperationException $e) {
97 } catch (OperationException $e) {
130 } catch (OperationException $e) {
201 } catch (OperationException $e) {
401 } catch (OperationException $e) {
H A DClient.php12 use FreeDSx\Ldap\Exception\OperationException;
167 } catch (ConnectionException | OperationException $e) {
178 } catch (ConnectionException | OperationException $e) {
9 use FreeDSx\Ldap\Exception\OperationException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php22 use FreeDSx\Ldap\Exception\OperationException;
104 * @throws OperationException
120 * @throws OperationException
136 * @throws OperationException
153 * @throws OperationException
159 } catch (Exception\OperationException $e) {
168 * Read an entry from LDAP. If the entry is not found an OperationException is thrown.
174 * @throws OperationException
180 throw new OperationException(sprintf(
195 * @throws OperationException
20 use FreeDSx\Ldap\Exception\OperationException; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php25 class OperationException extends Exception
22 class OperationException extends \Exception global() class