Lines Matching refs:SyntaxErrorException
14 use Symfony\Component\CssSelector\Exception\SyntaxErrorException; alias
53 * @throws SyntaxErrorException
59 throw SyntaxErrorException::stringAsFunctionArgument();
69 throw SyntaxErrorException::stringAsFunctionArgument();
127 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');
147 * @throws SyntaxErrorException
168 … throw SyntaxErrorException::pseudoElementFound($pseudoElement, 'not at the end of a selector');
209 throw SyntaxErrorException::nestedNot();
216 … throw SyntaxErrorException::pseudoElementFound($argumentPseudoElement, 'inside ::not()');
220 throw SyntaxErrorException::unexpectedToken('")"', $next);
241 throw SyntaxErrorException::unexpectedToken('an argument', $next);
246 throw SyntaxErrorException::unexpectedToken('at least one argument', $next);
252 throw SyntaxErrorException::unexpectedToken('selector', $peek);
257 throw SyntaxErrorException::unexpectedToken('selector', $stream->getPeek());
295 throw SyntaxErrorException::unexpectedToken('"|"', $stream->getPeek());
328 throw SyntaxErrorException::unexpectedToken('operator', $next);
341 throw SyntaxErrorException::unexpectedToken('string or identifier', $value);
348 throw SyntaxErrorException::unexpectedToken('"]"', $next);