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.

Хуков нет.

Использование

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

Методы

Нет Методов у класса.

Код ExceptionInterface{} WC 11.0.1

interface ExceptionInterface extends \Throwable
{
}