xref: /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/InvalidArgumentException.php (revision dad993c57a70866aa1db59c43f043769c2eb7ed0)
1<?php
2/**
3 * This file is part of the FreeDSx ASN1 package.
4 *
5 * (c) Chad Sikorra <Chad.Sikorra@gmail.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10
11namespace FreeDSx\Asn1\Exception;
12
13class InvalidArgumentException extends \InvalidArgumentException
14{
15}
16