Home
last modified time | relevance | path

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

/plugin/scrape/vendor/symfony/css-selector/Parser/
DParser.php127 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');
168 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');
216 … throw SyntaxErrorException::pseudoElementFound($argumentPseudoElement, 'inside ::not()');
/plugin/scrape/vendor/symfony/css-selector/Exception/
DSyntaxErrorException.php37 public static function pseudoElementFound(string $pseudoElement, string $unexpectedLocation) function in Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException