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.php14 use FreeDSx\Ldap\Exception\UrlParseException; alias
135 * @throws UrlParseException
140 … throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));
H A DLdapUrl.php17 use FreeDSx\Ldap\Exception\UrlParseException; alias
283 * @throws UrlParseException
316 * @throws UrlParseException
326 throw new UrlParseException(sprintf('The LDAP URL is malformed: %s', $url));
353 …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.php17 use FreeDSx\Ldap\Exception\UrlParseException; alias
65 } catch (UrlParseException $e) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUrlParseException.php21 class UrlParseException extends Exception class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php21 use FreeDSx\Ldap\Exception\UrlParseException; alias
216 } catch (UrlParseException $e) {