xref: /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/UnexpectedValueException.php (revision 3b5700e13795d5d841394b44a81ce0caff6654da)
1<?php
2/**
3 * This file is part of the FreeDSx LDAP 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\Ldap\Exception;
12
13class UnexpectedValueException extends \UnexpectedValueException
14{
15}
16