MCPcopy Create free account
hub / github.com/StarpTech/FastGraph /

Class

src/errors.ts:1–1  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export class HTTPResponseError extends Error {
2 constructor(public response: Response) {
3 super(`HTTP Error Response: ${response.status} ${response.statusText}`)
4 this.response = response

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected