| 20 | ///--- Specific Errors |
| 21 | |
| 22 | class ExpiredRequestError extends HttpSignatureError { |
| 23 | constructor(message: string) { |
| 24 | super(message, ExpiredRequestError) |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | class InvalidHeaderError extends HttpSignatureError { |
| 29 | constructor(message: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected