You are here

public static function SyntaxErrorException::nestedNot in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/css-selector/Exception/SyntaxErrorException.php \Symfony\Component\CssSelector\Exception\SyntaxErrorException::nestedNot()

Return value

SyntaxErrorException

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 61

Class

SyntaxErrorException
ParseException is thrown when a CSS selector syntax is not valid.

Namespace

Symfony\Component\CssSelector\Exception

Code

public static function nestedNot() {
  return new self('Got nested ::not().');
}