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

SyntaxErrorException::unclosedStringpublic staticWC 1.0

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

Хуков нет.

Возвращает

self.

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

$result = SyntaxErrorException::unclosedString( $position );
$position(int) (обязательный)
.

Код SyntaxErrorException::unclosedString() WC 10.5.0

public static function unclosedString(int $position)
{
    return new self(sprintf('Unclosed/invalid string at %s.', $position));
}