Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Exception

SyntaxErrorException::nestedNotpublic staticWC 1.0

Метод класса: SyntaxErrorException{}

Хуков нет.

Возвращает

self.

Использование

$result = SyntaxErrorException::nestedNot();

Код SyntaxErrorException::nestedNot() WC 11.0.1

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