Searched refs:SaslBufferException (Results 1 – 3 of 3) sorted by relevance
14 use FreeDSx\Sasl\Exception\SaslBufferException; alias36 * @throws SaslBufferException43 throw new SaslBufferException('Not enough data to unwrap the SASL buffer.');51 throw new SaslBufferException('The SASL buffer is incomplete.');
15 use FreeDSx\Sasl\Exception\SaslBufferException; alias68 } catch (SaslBufferException $exception) {
19 class SaslBufferException extends SaslException class