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

ExceptionInterface{}interfaceWC 1.0

Interface for exceptions.

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

No Hooks.

Usage

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

Methods

No Methods in class.

ExceptionInterface{} code WC 10.5.0

interface ExceptionInterface extends \Throwable
{
}