| 62 | * This is a user error (exit code 2), not a runtime error. |
| 63 | */ |
| 64 | export class MissingInputError extends Error { |
| 65 | readonly missingInputs: string[] |
| 66 | |
| 67 | constructor(message: string, missingInputs: string[]) { |
nothing calls this directly
no outgoing calls
no test coverage detected