| 43 | } |
| 44 | |
| 45 | export class ExecutionError extends Error { |
| 46 | readonly message: string; |
| 47 | readonly attempts: ReadonlyArray<Promise<ExecutionStats>>; |
| 48 | constructor(message: string, attempts: ReadonlyArray<Promise<ExecutionStats>>); |
nothing calls this directly
no outgoing calls
no test coverage detected