| 2 | import * as Schema from "effect/Schema" |
| 3 | |
| 4 | export class ApiDiffError extends Schema.TaggedError<ApiDiffError>()("ApiDiffError", { |
| 5 | message: Schema.String, |
| 6 | cause: Schema.optional(Schema.Defect()) |
| 7 | }) {} |
nothing calls this directly
no outgoing calls
no test coverage detected