UNPKG

@triviality/core

Version:
6 lines (5 loc) 154 B
export class AsyncServiceFunctionReferenceError { public readonly stack = new Error(); constructor(public readonly wait: () => Promise<void>) { } }