You are here

class ExpressionErrorException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/css-selector/Exception/ExpressionErrorException.php \Symfony\Component\CssSelector\Exception\ExpressionErrorException

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, @author Jean-François Simon <jeanfrancois.simon@sensiolabs.com>

Hierarchy

Expanded class hierarchy of ExpressionErrorException

See also

https://github.com/SimonSapin/cssselect.

4 files declare their use of ExpressionErrorException
FunctionExtension.php in vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
HtmlExtension.php in vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
PseudoClassExtension.php in vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php
Translator.php in vendor/symfony/css-selector/XPath/Translator.php

File

vendor/symfony/css-selector/Exception/ExpressionErrorException.php, line 22

Namespace

Symfony\Component\CssSelector\Exception
View source
class ExpressionErrorException extends ParseException {

}

Members