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

InternalErrorException{}WC 1.0└─ ParseException

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

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

Methods

No Methods in class.

InternalErrorException{} code WC 10.4.3

class InternalErrorException extends ParseException
{
}