class ParseException in Zircon Profile 8
Same name in this branch
- 8 vendor/symfony/css-selector/Exception/ParseException.php \Symfony\Component\CssSelector\Exception\ParseException
- 8 vendor/symfony/yaml/Exception/ParseException.php \Symfony\Component\Yaml\Exception\ParseException
Same name and namespace in other branches
- 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
- class \Symfony\Component\CssSelector\Exception\ParseException extends \Symfony\Component\CssSelector\Exception\Exception implements ExceptionInterface
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\ExceptionView source
class ParseException extends \Exception implements ExceptionInterface {
}