Home
last modified time | relevance | path

Searched refs:UrlParseException (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php13 use FreeDSx\Ldap\Exception\UrlParseException; alias
130 * @throws UrlParseException
135 … throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));
H A DLdapUrl.php16 use FreeDSx\Ldap\Exception\UrlParseException; alias
268 * @throws UrlParseException
300 * @throws UrlParseException
310 throw new UrlParseException(sprintf('The LDAP URL is malformed: %s', $url));
337 …throw new UrlParseException(sprintf('The URL scheme "%s" is not valid. It must be "ldap" or "ldaps…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php16 use FreeDSx\Ldap\Exception\UrlParseException; alias
63 } catch (UrlParseException $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUrlParseException.php18 class UrlParseException extends \Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php19 use FreeDSx\Ldap\Exception\UrlParseException; alias
207 } catch (UrlParseException $e) {