Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
class
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