MCPcopy Create free account
hub / github.com/PalisadoesFoundation/talawa-api /

Class

scripts/setup/SetupError.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export class SetupError extends Error {
25 public readonly code: SetupErrorCode;
26 public readonly context: SetupErrorContext;
27 public override readonly cause?: Error;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected