Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SyntaxErrorException.php
function SyntaxErrorException::nestedNot
1 call to
SyntaxErrorException::nestedNot()
Parser::parseSimpleSelector
in vendor/
symfony/
css-selector/
Parser/
Parser.php
Parses next simple node (hash, class, pseudo, negation).
File
vendor/
symfony/
css-selector/
Exception/
SyntaxErrorException.php
, line 41
Class
SyntaxErrorException
ParseException is thrown when a CSS selector syntax is not valid.
Namespace
Symfony\Component\CssSelector\Exception
Code
public static
function
nestedNot
() : self {
return
new
self
(
'Got nested ::not().'
); }
RSS feed