class InternalErrorException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/css-selector/Exception/InternalErrorException.php \Symfony\Component\CssSelector\Exception\InternalErrorException
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
- class \Symfony\Component\CssSelector\Exception\ParseException extends \Symfony\Component\CssSelector\Exception\Exception implements ExceptionInterface
- class \Symfony\Component\CssSelector\Exception\InternalErrorException
Expanded class hierarchy of InternalErrorException
See also
https://github.com/SimonSapin/cssselect.
2 files declare their use of InternalErrorException
- StringHandler.php in vendor/
symfony/ css-selector/ Parser/ Handler/ StringHandler.php - TokenStream.php in vendor/
symfony/ css-selector/ Parser/ TokenStream.php
File
- vendor/
symfony/ css-selector/ Exception/ InternalErrorException.php, line 22
Namespace
Symfony\Component\CssSelector\ExceptionView source
class InternalErrorException extends ParseException {
}