| 47558 | } |
| 47559 | }; |
| 47560 | var SocketError = class _SocketError extends UndiciError { |
| 47561 | constructor(message, socket) { |
| 47562 | super(message); |
| 47563 | Error.captureStackTrace(this, _SocketError); |
nothing calls this directly
no outgoing calls
no test coverage detected