© 2026 Hedgehog Software, LLC
export class HttpError extends Data.TaggedError("HttpError")<{ message: string; }> {}
class HttpError { readonly _tag = "HttpError" }