| 28 | * This prevents the outer catch block from double-outputting errors. |
| 29 | */ |
| 30 | class ValidationHandledError extends Error { |
| 31 | readonly exitCode: number |
| 32 | |
| 33 | constructor(exitCode: number) { |
nothing calls this directly
no outgoing calls
no test coverage detected