Home
last modified time | relevance | path

Searched refs:FilterParseException (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
DFilterParser.php14 use FreeDSx\Ldap\Exception\FilterParseException; alias
64 * @throws FilterParseException
69 throw new FilterParseException('The filter cannot be empty.');
80 * @throws FilterParseException
90 throw new FilterParseException(sprintf(
125 * @throws FilterParseException
134 throw new FilterParseException(sprintf(
163 * @throws FilterParseException
204 throw new FilterParseException(sprintf(
219 * @throws FilterParseException
[all …]
DFilters.php14 use FreeDSx\Ldap\Exception\FilterParseException; alias
220 * @throws FilterParseException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
DClientReferralHandler.php15 use FreeDSx\Ldap\Exception\FilterParseException; alias
88 * @throws FilterParseException
185 * @throws FilterParseException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
DFilterParseException.php21 class FilterParseException extends Exception class