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.

Хуков нет.

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

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

Методы

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

Код InternalErrorException{} WC 11.0.1

class InternalErrorException extends ParseException
{
}