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

Class

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

Source from the content-addressed store, hash-verified

19}
20
21export class InvalidAlgorithmError extends HttpSignatureError {
22 constructor(message: string) {
23 super(message, InvalidAlgorithmError)
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected