| 26 | } |
| 27 | |
| 28 | class InvalidHeaderError extends HttpSignatureError { |
| 29 | constructor(message: string) { |
| 30 | super(message, InvalidHeaderError) |
| 31 | } |
| 32 | } |
| 33 | |
| 34 | class InvalidParamsError extends HttpSignatureError { |
| 35 | constructor(message: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected