You are here

class ParseException in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/css-selector/Exception/ParseException.php \Symfony\Component\CssSelector\Exception\ParseException
  2. 8 vendor/symfony/yaml/Exception/ParseException.php \Symfony\Component\Yaml\Exception\ParseException
Same name and namespace in other branches
  1. 8.0 vendor/symfony/css-selector/Exception/ParseException.php \Symfony\Component\CssSelector\Exception\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, @author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of ParseException

See also

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

File

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

Namespace

Symfony\Component\CssSelector\Exception
View source
class ParseException extends \Exception implements ExceptionInterface {

}

Members