xref: /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/BindException.php (revision dad993c57a70866aa1db59c43f043769c2eb7ed0)
10b3fd2d3SAndreas Gohr<?php
2*dad993c5SAndreas Gohr
30b3fd2d3SAndreas Gohr/**
40b3fd2d3SAndreas Gohr * This file is part of the FreeDSx LDAP package.
50b3fd2d3SAndreas Gohr *
60b3fd2d3SAndreas Gohr * (c) Chad Sikorra <Chad.Sikorra@gmail.com>
70b3fd2d3SAndreas Gohr *
80b3fd2d3SAndreas Gohr * For the full copyright and license information, please view the LICENSE
90b3fd2d3SAndreas Gohr * file that was distributed with this source code.
100b3fd2d3SAndreas Gohr */
110b3fd2d3SAndreas Gohr
120b3fd2d3SAndreas Gohrnamespace FreeDSx\Ldap\Exception;
130b3fd2d3SAndreas Gohr
14*dad993c5SAndreas Gohruse Exception;
15*dad993c5SAndreas Gohr
160b3fd2d3SAndreas Gohr/**
170b3fd2d3SAndreas Gohr * Thrown on a failed bind attempt.
180b3fd2d3SAndreas Gohr *
190b3fd2d3SAndreas Gohr * @author Chad Sikorra <Chad.Sikorra@gmail.com>
200b3fd2d3SAndreas Gohr */
21*dad993c5SAndreas Gohrclass BindException extends Exception
220b3fd2d3SAndreas Gohr{
230b3fd2d3SAndreas Gohr}
24