| 7367 | * that makes a Workflow instance fail immediately without triggering a retry |
| 7368 | */ |
| 7369 | export class NonRetryableError extends Error { |
| 7370 | public constructor(message: string, name?: string); |
| 7371 | } |
| 7372 | } |
nothing calls this directly
no outgoing calls
no test coverage detected