UNPKG

@orchestrator/core

Version:
4 lines (3 loc) 89 B
export declare abstract class ErrorStrategy { abstract handle(error: Error): void; }