| 198 | * the failure to the user. |
| 199 | */ |
| 200 | export class TranscriptParseError extends Error { |
| 201 | readonly filePath: string |
| 202 | readonly line?: number |
| 203 | readonly code: 'ENOENT' | 'PARSE' | 'UNKNOWN' |
nothing calls this directly
no outgoing calls
no test coverage detected