Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php14 use FreeDSx\Ldap\Exception\FilterParseException;
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
13 use FreeDSx\Ldap\Exception\FilterParseException; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DFilterParseException.php21 class FilterParseException extends Exception
18 class FilterParseException extends \Exception global() class