platform/api/symfony/Component/CssSelector/Exception/SyntaxErrorException.yaml

45 lines
1.1 KiB
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: SyntaxErrorException
class_comment: "# * ParseException is thrown when a CSS selector syntax is not valid.\n\
# *\n# * This component is a port of the Python cssselect library,\n# * which is\
\ copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.\n# *\n# *\
\ @author Jean-Fran\xE7ois Simon <jeanfrancois.simon@sensiolabs.com>"
dependencies:
- name: Token
type: class
source: Symfony\Component\CssSelector\Parser\Token
properties: []
methods:
- name: unexpectedToken
visibility: public
parameters:
- name: expectedValue
- name: foundToken
comment: null
- name: pseudoElementFound
visibility: public
parameters:
- name: pseudoElement
- name: unexpectedLocation
comment: null
- name: unclosedString
visibility: public
parameters:
- name: position
comment: null
- name: nestedNot
visibility: public
parameters: []
comment: null
- name: notAtTheStartOfASelector
visibility: public
parameters:
- name: pseudoElement
comment: null
- name: stringAsFunctionArgument
visibility: public
parameters: []
comment: null
traits:
- Symfony\Component\CssSelector\Parser\Token
interfaces: []