| 38 | } |
| 39 | |
| 40 | class MissingHeaderError extends HttpSignatureError { |
| 41 | constructor(message: string) { |
| 42 | super(message, MissingHeaderError) |
| 43 | } |
| 44 | } |
| 45 | |
| 46 | class StrictParsingError extends HttpSignatureError { |
| 47 | constructor(message: string) { |
nothing calls this directly
no outgoing calls
no test coverage detected