You are here

class InternalErrorException in Zircon Profile 8

Same name and namespace in other branches
  1. 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

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\Exception
View source
class InternalErrorException extends ParseException {

}

Members