composer package updates
[openemr.git] / vendor / adldap2 / adldap2 / src / Auth / BindException.php
blobdd486263ea5123f456869c6e22dd7796d1dff497
1 <?php
3 namespace Adldap\Auth;
5 use Adldap\AdldapException;
7 /**
8 * Class BindException
10 * Thrown when binding to an LDAP connection fails.
12 * @package Adldap\Auth
14 class BindException extends AdldapException