Symfony\Component\Ldap\Exception
Classes
AlreadyExistsException is thrown if the element already exists.
ConnectionException is thrown if binding to ldap cannot be established.
ConnectionTimeoutException is thrown if binding to ldap time out.
LdapException is thrown if php ldap module is not loaded.
InvalidCredentialsException is thrown if binding to ldap has been done with invalid credentials.
InvalidSearchCredentialsException is thrown if binding to ldap fails when
using the configured search_dn and search_password.
LdapException is thrown if php ldap module is not loaded.
NotBoundException is thrown if the connection with the LDAP server is not yet bound.
Interfaces
Base ExceptionInterface for the Ldap component.