| 1 | import * as Data from "effect/Data"; |
| 2 | |
| 3 | export class ExecutionToolError extends Data.TaggedError("ExecutionToolError")<{ |
| 4 | readonly message: string; |
| 5 | readonly cause?: unknown; |
| 6 | }> {} |
nothing calls this directly
no outgoing calls
no test coverage detected