Home
last modified time | relevance | path

Searched refs:PartialPduException (Results 1 – 4 of 4) sorted by path

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php17 use FreeDSx\Asn1\Exception\PartialPduException;
156 throw new PartialPduException('Received only 1 byte of data.');
326 * @throws PartialPduException
345 throw new PartialPduException(
369 throw new PartialPduException($message);
512 * @throws PartialPduException
524 throw new PartialPduException('Not enough data to decode the length.');
1200 * @throws PartialPduException
15 use FreeDSx\Asn1\Exception\PartialPduException; global() alias
H A DEncoderInterface.php14 use FreeDSx\Asn1\Exception\PartialPduException; alias
52 * @throws PartialPduException
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/
H A DPartialPduException.php19 class PartialPduException extends EncoderException class
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php14 use FreeDSx\Asn1\Exception\PartialPduException; alias
63 } catch (PartialPduException $exception) {