MCPcopy Create free account
hub / github.com/cloudflare/wildebeest / constructor

Method constructor

backend/src/utils/httpsigjs/parser.ts:29–31  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

27
28class InvalidHeaderError extends HttpSignatureError {
29 constructor(message: string) {
30 super(message, InvalidHeaderError)
31 }
32}
33
34class InvalidParamsError extends HttpSignatureError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected