MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/react/src/api/error-reporting.tsx:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16export type FrontendErrorReporter = (error: unknown, context: FrontendErrorContext) => void;
17
18class FrontendHandledError extends Data.TaggedError("FrontendHandledError")<{
19 readonly cause: unknown;
20 readonly context: FrontendErrorContext;
21}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected