Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InternalErrorException.php

class 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 \Symfony\Component\CssSelector\Exception\ExceptionInterface
    • class \Symfony\Component\CssSelector\Exception\InternalErrorException extends \Symfony\Component\CssSelector\Exception\ParseException

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 {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal