diff --git a/src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php b/src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php index 51635037ac26..8ab7d5e6e899 100644 --- a/src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php +++ b/src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php @@ -16,6 +16,6 @@ * * @author Hamza Amrouche */ -class AlreadyExistsException extends ConnectionException implements ExceptionInterface +class AlreadyExistsException extends ConnectionException { } diff --git a/src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php b/src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php index 41533412ddb8..bd60be7f63c0 100644 --- a/src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php +++ b/src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php @@ -12,10 +12,10 @@ namespace Symfony\Component\Ldap\Exception; /** - * ConnectionException is thrown if binding to ldap time out. + * ConnectionTimeoutException is thrown if binding to ldap time out. * * @author Hamza Amrouche */ -class ConnectionTimeoutException extends ConnectionException implements ExceptionInterface +class ConnectionTimeoutException extends ConnectionException { } diff --git a/src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php b/src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php index b5cffce9e9c0..74e77094c891 100644 --- a/src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php +++ b/src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php @@ -12,10 +12,10 @@ namespace Symfony\Component\Ldap\Exception; /** - * ConnectionException is thrown if binding to ldap has been done with invalid credentials . + * InvalidCredentialsException is thrown if binding to ldap has been done with invalid credentials. * * @author Hamza Amrouche */ -class InvalidCredentialsException extends ConnectionException implements ExceptionInterface +class InvalidCredentialsException extends ConnectionException { } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy