| 32 | * ``` |
| 33 | */ |
| 34 | export class XmlSyntaxError extends SyntaxError { |
| 35 | /** |
| 36 | * The line number where the error occurred (1-indexed), or `0` when |
| 37 | * position tracking is disabled. |
nothing calls this directly
no outgoing calls
no test coverage detected