MCPcopy Create free account
hub / github.com/Effect-TS/effect /

Class

packages/tools/api-diff/src/Error.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import * as Schema from "effect/Schema"
3
4export class ApiDiffError extends Schema.TaggedError<ApiDiffError>()("ApiDiffError", {
5 message: Schema.String,
6 cause: Schema.optional(Schema.Defect())
7}) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected