Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Exception
SyntaxErrorException::nestedNot
Метод класса: SyntaxErrorException{}
Хуков нет.
Возвращает
self.
Использование
$result = SyntaxErrorException::nestedNot();
Код SyntaxErrorException::nestedNot() SyntaxErrorException::nestedNot WC 11.0.1
public static function nestedNot()
{
return new self('Got nested ::not().');
}