MCPcopy Create free account
hub / github.com/dailydotdev/apps /

Class

packages/shared/src/lib/errors.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ApiError } from '../graphql/common';
2
3export class HttpError extends Error {
4 public url: string;
5
6 public statusCode: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected