MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot /

Class

packages/backend/src/types/redlock.d.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>>);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected