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

Breadcrumb

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

class ExpressionErrorException

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\ExpressionErrorException extends \Symfony\Component\CssSelector\Exception\ParseException

Expanded class hierarchy of ExpressionErrorException

See also

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

4 files declare their use of ExpressionErrorException
FunctionExtension.php in vendor/symfony/css-selector/XPath/Extension/FunctionExtension.php
HtmlExtension.php in vendor/symfony/css-selector/XPath/Extension/HtmlExtension.php
PseudoClassExtension.php in vendor/symfony/css-selector/XPath/Extension/PseudoClassExtension.php
Translator.php in vendor/symfony/css-selector/XPath/Translator.php

File

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

Namespace

Symfony\Component\CssSelector\Exception
View source
class ExpressionErrorException extends ParseException {

}

API Navigation

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