| 47473 | } |
| 47474 | }; |
| 47475 | var ResponseStatusCodeError = class _ResponseStatusCodeError extends UndiciError { |
| 47476 | constructor(message, statusCode, headers, body) { |
| 47477 | super(message); |
| 47478 | Error.captureStackTrace(this, _ResponseStatusCodeError); |
nothing calls this directly
no outgoing calls
no test coverage detected