Automattic\WooCommerce\Vendor\Symfony\Component\CssSelector\Exception
InternalErrorException{}└─ 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{} InternalErrorException{} WC 11.0.1
class InternalErrorException extends ParseException
{
}