Searched refs:ExpressionErrorException (Results 1 – 5 of 5) sorted by relevance
/plugin/scrape/vendor/symfony/css-selector/XPath/ |
D | Translator.php | 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())); [all …]
|
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/ |
D | FunctionExtension.php | 14 use Symfony\Component\CssSelector\Exception\ExpressionErrorException; alias 49 * @throws ExpressionErrorException 56 …throw new ExpressionErrorException(sprintf('Invalid series: "%s".', implode('", "', $function->get… 117 * @throws ExpressionErrorException 122 throw new ExpressionErrorException('"*:nth-of-type()" is not implemented.'); 129 * @throws ExpressionErrorException 136 …throw new ExpressionErrorException('Expected a single string or identifier for :contains(), got '.… 147 * @throws ExpressionErrorException 154 …throw new ExpressionErrorException('Expected a single string or identifier for :lang(), got '.impl…
|
D | PseudoClassExtension.php | 14 use Symfony\Component\CssSelector\Exception\ExpressionErrorException; alias 68 * @throws ExpressionErrorException 73 throw new ExpressionErrorException('"*:first-of-type" is not implemented.'); 82 * @throws ExpressionErrorException 87 throw new ExpressionErrorException('"*:last-of-type" is not implemented.');
|
D | HtmlExtension.php | 14 use Symfony\Component\CssSelector\Exception\ExpressionErrorException; alias 140 * @throws ExpressionErrorException 147 …throw new ExpressionErrorException('Expected a single string or identifier for :lang(), got '.impl…
|
/plugin/scrape/vendor/symfony/css-selector/Exception/ |
D | ExpressionErrorException.php | 22 class ExpressionErrorException extends ParseException class
|