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

Class InvalidAlgorithmError

backend/src/utils/httpsigjs/utils.ts:21–25  ·  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 }
25}
26
27/**
28 * @param algorithm {String} the algorithm of the signature

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected