Lines Matching refs:ExpressionErrorException
14 use Symfony\Component\CssSelector\Exception\ExpressionErrorException; alias
100 throw new ExpressionErrorException('Pseudo-elements are not supported.');
134 * @throws ExpressionErrorException
139 throw new ExpressionErrorException(sprintf('Extension "%s" not registered.', $name));
156 * @throws ExpressionErrorException
161 … throw new ExpressionErrorException(sprintf('Node "%s" not supported.', $node->getNodeName()));
168 * @throws ExpressionErrorException
173 throw new ExpressionErrorException(sprintf('Combiner "%s" not supported.', $combiner));
180 * @throws ExpressionErrorException
185 … throw new ExpressionErrorException(sprintf('Function "%s" not supported.', $function->getName()));
192 * @throws ExpressionErrorException
197 … throw new ExpressionErrorException(sprintf('Pseudo-class "%s" not supported.', $pseudoClass));
204 * @throws ExpressionErrorException
209 …throw new ExpressionErrorException(sprintf('Attribute matcher operator "%s" not supported.', $oper…