xref: /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Exception/InvalidArgumentException.php (revision 0f498d06932ad0cbbdcc8844b96d4913174c7968)
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