| 19 | } |
| 20 | |
| 21 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected