| 32 | } |
| 33 | |
| 34 | class InvalidParamsError extends HttpSignatureError { |
| 35 | constructor(message: string) { |
| 36 | super(message, InvalidParamsError) |
| 37 | } |
| 38 | } |
| 39 | |
| 40 | class MissingHeaderError extends HttpSignatureError { |
| 41 | constructor(message: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected