| 31 | // inspection, and lets callers wrap an underlying cause for |
| 32 | // observability without losing the classification. |
| 33 | export class WorkspaceTransportError extends Error { |
| 34 | override readonly name = "WorkspaceTransportError"; |
| 35 | |
| 36 | constructor(message: string, options?: { cause?: unknown }) { |
nothing calls this directly
no outgoing calls
no test coverage detected