| 33653 | }; |
| 33654 | exports2.PermanentError = PermanentError; |
| 33655 | var TemporaryError = class _TemporaryError extends Error { |
| 33656 | constructor(message, response) { |
| 33657 | super(message); |
| 33658 | this.response = response; |
nothing calls this directly
no outgoing calls
no test coverage detected