Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Exception
SyntaxErrorException::unclosedString
Method of the class: SyntaxErrorException{}
No Hooks.
Returns
self.
Usage
$result = SyntaxErrorException::unclosedString( $position );
- $position(int) (required)
- .
SyntaxErrorException::unclosedString() SyntaxErrorException::unclosedString code WC 10.8.1
public static function unclosedString(int $position)
{
return new self(sprintf('Unclosed/invalid string at %s.', $position));
}