MCPcopy Create free account
hub / github.com/pollinations/pollinations /

Class

shared/error.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50export class UpstreamError extends HTTPException {
51 public readonly name = "UpstreamError" as const;
52 public readonly requestUrl?: URL;
53 public readonly requestBody?: unknown;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected