xref: /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/EncoderException.php (revision dad993c57a70866aa1db59c43f043769c2eb7ed0)
10b3fd2d3SAndreas Gohr<?php
20b3fd2d3SAndreas Gohr/**
30b3fd2d3SAndreas Gohr * This file is part of the FreeDSx ASN1 package.
40b3fd2d3SAndreas Gohr *
50b3fd2d3SAndreas Gohr * (c) Chad Sikorra <Chad.Sikorra@gmail.com>
60b3fd2d3SAndreas Gohr *
70b3fd2d3SAndreas Gohr * For the full copyright and license information, please view the LICENSE
80b3fd2d3SAndreas Gohr * file that was distributed with this source code.
90b3fd2d3SAndreas Gohr */
100b3fd2d3SAndreas Gohr
110b3fd2d3SAndreas Gohrnamespace FreeDSx\Asn1\Exception;
120b3fd2d3SAndreas Gohr
13*dad993c5SAndreas Gohruse Exception;
14*dad993c5SAndreas Gohr
150b3fd2d3SAndreas Gohr/**
160b3fd2d3SAndreas Gohr * Thrown when there are issues encoding/decoding ASN1 data.
170b3fd2d3SAndreas Gohr *
180b3fd2d3SAndreas Gohr * @author Chad Sikorra <Chad.Sikorra@gmail.com>
190b3fd2d3SAndreas Gohr */
20*dad993c5SAndreas Gohrclass EncoderException extends Exception
210b3fd2d3SAndreas Gohr{
220b3fd2d3SAndreas Gohr}
23