| 9 | } |
| 10 | |
| 11 | export class HttpSignatureError extends Error { |
| 12 | constructor(message: string, caller: any) { |
| 13 | super(message) |
| 14 | if (Error.captureStackTrace) Error.captureStackTrace(this, caller || HttpSignatureError) |
nothing calls this directly
no outgoing calls
no test coverage detected