Home
last modified time | relevance | path

Searched refs:SaslBufferException (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslBuffer.php14 use FreeDSx\Sasl\Exception\SaslBufferException; alias
36 * @throws SaslBufferException
43 throw new SaslBufferException('Not enough data to unwrap the SASL buffer.');
51 throw new SaslBufferException('The SASL buffer is incomplete.');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php15 use FreeDSx\Sasl\Exception\SaslBufferException;
68 } catch (SaslBufferException $exception) {
14 use FreeDSx\Sasl\Exception\SaslBufferException; global() alias
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Exception/
H A DSaslBufferException.php19 class SaslBufferException extends SaslException class