File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/Symfony/Component/Ldap/Exception Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
*
17
17
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
18
18
*/
19
- class AlreadyExistsException extends ConnectionException implements ExceptionInterface
19
+ class AlreadyExistsException extends ConnectionException
20
20
{
21
21
}
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Ldap \Exception ;
13
13
14
14
/**
15
- * ConnectionException is thrown if binding to ldap time out.
15
+ * ConnectionTimeoutException is thrown if binding to ldap time out.
16
16
*
17
17
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
18
18
*/
19
- class ConnectionTimeoutException extends ConnectionException implements ExceptionInterface
19
+ class ConnectionTimeoutException extends ConnectionException
20
20
{
21
21
}
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Ldap \Exception ;
13
13
14
14
/**
15
- * ConnectionException is thrown if binding to ldap has been done with invalid credentials .
15
+ * InvalidCredentialsException is thrown if binding to ldap has been done with invalid credentials.
16
16
*
17
17
* @author Hamza Amrouche <hamza.simperfit@gmail.com>
18
18
*/
19
- class InvalidCredentialsException extends ConnectionException implements ExceptionInterface
19
+ class InvalidCredentialsException extends ConnectionException
20
20
{
21
21
}
You can’t perform that action at this time.
0 commit comments