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

SyntaxErrorException::unclosedStringpublic staticWC 1.0

Method of the class: SyntaxErrorException{}

No Hooks.

Returns

self.

Usage

$result = SyntaxErrorException::unclosedString( $position );
$position(int) (required)
.

SyntaxErrorException::unclosedString() code WC 10.8.1

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