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

Class

packages/core/execution/src/errors.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as Data from "effect/Data";
2
3export class ExecutionToolError extends Data.TaggedError("ExecutionToolError")<{
4 readonly message: string;
5 readonly cause?: unknown;
6}> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected