| 35 | * @since 4.0.0 |
| 36 | */ |
| 37 | export class SpecFetchError extends Data.TaggedError("SpecFetchError")<{ |
| 38 | readonly provider: string |
| 39 | readonly source: string |
| 40 | readonly cause: unknown |
nothing calls this directly
no outgoing calls
no test coverage detected