chore(effect): update to beta.107 (#43109)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Schema } from "effect"
|
||||
|
||||
export class ClientError extends Schema.TaggedErrorClass<ClientError>()("ClientError", {
|
||||
export class ClientError extends Schema.TaggedError<ClientError>()("ClientError", {
|
||||
cause: Schema.Defect(),
|
||||
}) {}
|
||||
|
||||
Reference in New Issue
Block a user