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.

Хуков нет.

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

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

Методы

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

Код ParseException{} WC 10.5.1

class ParseException extends \Exception implements ExceptionInterface
{
}