Skip to content

Commit 1730dbd

Browse files
committed
Extend from LdapRecordException
1 parent a412e37 commit 1730dbd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Connection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ public function getLdapConnection()
151151
/**
152152
* Connect to the Domain Controller.
153153
*
154-
* If no username or password is specified, then the
155-
* configured administrator credentials are used.
154+
* If no username or password is specified, then the configured credentials are used.
156155
*
157156
* @param string|null $username
158157
* @param string|null $password

src/ContainerException.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace LdapRecord;
44

5-
use InvalidArgumentException;
6-
7-
class ContainerException extends InvalidArgumentException
5+
class ContainerException extends LdapRecordException
86
{
97
//
108
}

0 commit comments

Comments
 (0)