| 41 | } from "./testing/tool-output-contract"; |
| 42 | |
| 43 | export class TestHttpServerAddressError extends Data.TaggedError("TestHttpServerAddressError")<{ |
| 44 | readonly address: unknown; |
| 45 | }> {} |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected