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

Class

backend/src/utils/httpsigjs/parser.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20///--- Specific Errors
21
22class ExpiredRequestError extends HttpSignatureError {
23 constructor(message: string) {
24 super(message, ExpiredRequestError)
25 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected