xref: /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/ProtocolException.php (revision 6d90d5c87387cafcb884bda8c1b3c7ab80656146)
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 ProtocolException extends \Exception
14{
15}
16