Lines Matching refs:EncoderException

15 use FreeDSx\Asn1\Exception\EncoderException;
227 throw new EncoderException(sprintf(
325 * @throws EncoderException
343 } catch (EncoderException $e) {
355 throw new EncoderException('Indefinite length encoding is not currently supported.');
371 throw new EncoderException($message);
388 throw new EncoderException('The encoded boolean type is malformed.');
394 throw new EncoderException('The encoded null type is malformed.');
400 throw new EncoderException('The encoded integer type is malformed.');
406 throw new EncoderException('The encoded enumerated type is malformed.');
412 throw new EncoderException('The encoded real type is malformed.');
421 throw new EncoderException('The encoded OID type is malformed.');
427 throw new EncoderException('The encoded relative OID type is malformed.');
491 throw new EncoderException('The encoded sequence type is malformed.');
497 throw new EncoderException('The encoded set type is malformed.');
502 throw new EncoderException(sprintf('Unable to decode value to a type for tag %s.', $tagType));
511 * @throws EncoderException
521 throw new EncoderException('The decoded length cannot be equal to 127 bytes.');
541 * @throws EncoderException
577 throw new EncoderException('Expected an ending byte to decode a VLQ, but none was found.');
585 * @throws EncoderException
620 * @throws EncoderException
631 throw new EncoderException(sprintf(
640 * @throws EncoderException
652 throw new EncoderException('The encoded length cannot be greater than or equal to 127 bytes');
684 * @throws EncoderException
701 * @throws EncoderException
709 throw new EncoderException(sprintf(
715 throw new EncoderException(sprintf(
740 * @throws EncoderException
750 * @throws EncoderException
761 * @throws EncoderException
773 throw new EncoderException('Midnight must only be specified by 00, not 24.');
819 * @throws EncoderException
868 * @throws EncoderException
888 throw new EncoderException('Real type encoding of this value not yet implemented.');
894 * @throws EncoderException
904 * @throws EncoderException
917 * @throws EncoderException
924 throw new EncoderException('The datetime format is invalid and cannot be decoded.');
927 throw new EncoderException('Midnight must only be specified by 00, but got 24.');
956 throw new EncoderException('Unable to decode time to a DateTime object.');
976 * @throws EncoderException
981 throw new EncoderException('Zero length not permitted for an OID type.');
1007 * @throws EncoderException
1012 throw new EncoderException('Zero length not permitted for an OID type.');
1035 * @throws EncoderException
1043 throw new EncoderException(sprintf(
1049 throw new EncoderException(sprintf(
1085 * @throws EncoderException
1090 throw new EncoderException('Zero length not permitted for an integer type.');
1121 * @throws EncoderException
1126 throw new EncoderException(sprintf(
1136 * @throws EncoderException
1153 throw new EncoderException('The real type encoding encountered is not yet implemented.');
1161 * @throws EncoderException
1173 * @throws EncoderException
1183 * @throws EncoderException
1199 * @throws EncoderException