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

ParseException{}WC 1.0└─ ExceptionInterface

ParseException is thrown when a CSS selector syntax is not valid.

This component is a port of the Python cssselect library, which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.

No Hooks.

Usage

$ParseException = new ParseException();
// use class methods

Methods

No Methods in class.

ParseException{} code WC 10.5.0

class ParseException extends \Exception implements ExceptionInterface
{
}