© 2026 Hedgehog Software, LLC
export class UserNotFound extends Data.TaggedError("UserNotFound")<{ email: S.EmailAddress }> {}
Effect.catchTag("UserNotFound", () => ... ),
export const UserNotFoundId = "UserNotFound"; export class UserNotFound extends Data.TaggedError(UserNotFoundId) {}