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

Method constructor

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

Source from the content-addressed store, hash-verified

45
46class StrictParsingError extends HttpSignatureError {
47 constructor(message: string) {
48 super(message, StrictParsingError)
49 }
50}
51
52type Options = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected