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;
135 * @throws UrlParseException
140 throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));
13 use FreeDSx\Ldap\Exception\UrlParseException; global() alias
H A DLdapUrl.php17 use FreeDSx\Ldap\Exception\UrlParseException;
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".', $pieces['scheme']));
16 use FreeDSx\Ldap\Exception\UrlParseException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php17 use FreeDSx\Ldap\Exception\UrlParseException;
65 } catch (UrlParseException $e) {
16 use FreeDSx\Ldap\Exception\UrlParseException; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUrlParseException.php21 class UrlParseException extends Exception
18 class UrlParseException extends \Exception global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php21 use FreeDSx\Ldap\Exception\UrlParseException;
216 } catch (UrlParseException $e) {
19 use FreeDSx\Ldap\Exception\UrlParseException; global() alias