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

SyntaxErrorException::stringAsFunctionArgumentpublic staticWC 1.0

Method of the class: SyntaxErrorException{}

No Hooks.

Returns

self.

Usage

$result = SyntaxErrorException::stringAsFunctionArgument();

SyntaxErrorException::stringAsFunctionArgument() code WC 10.4.3

public static function stringAsFunctionArgument()
{
    return new self('String not allowed as function argument.');
}