| 34 | const DEFAULT_BASE_URL = "https://relay.an.dev" |
| 35 | |
| 36 | export class VaultCoverageMissingError extends Error { |
| 37 | readonly code = "vault_coverage_missing" |
| 38 | readonly missing: string[] |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected