| 5686 | * that makes a Workflow instance fail immediately without triggering a retry |
| 5687 | */ |
| 5688 | export class NonRetryableError extends Error { |
| 5689 | public constructor(message: string, name?: string); |
| 5690 | } |
| 5691 | } |
nothing calls this directly
no outgoing calls
no test coverage detected