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