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

Method constructor

src/errors.ts:2–5  ·  view source on GitHub ↗
(public response: Response)

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
5 }
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected