Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 689 Bytes

ParserError.md

File metadata and controls

46 lines (25 loc) · 689 Bytes

css-selector-parser / Exports / ParserError

Interface: ParserError

This error is thrown when parser encounters problems in CSS string. On top of the usual error, it has position property to indicate where in the input string the error happened.

Hierarchy

  • Error

    ParserError

Table of contents

Properties

Properties

message

message: string

Overrides

Error.message


name

name: "ParserError"

Overrides

Error.name


position

position: number