| 86 | * about where in the source string the problem occurred. |
| 87 | */ |
| 88 | class ParseError { |
| 89 | // Error position based on passed-in Token or ParseNode. |
| 90 | constructor(message, // The error message |
| 91 | token) // An object providing position information |
nothing calls this directly
no outgoing calls
no test coverage detected