| 124 | * @since 4.0.0 |
| 125 | */ |
| 126 | export class ProviderNotFoundError extends Data.TaggedError("ProviderNotFoundError")<{ |
| 127 | readonly provider: string |
| 128 | readonly available: ReadonlyArray<string> |
| 129 | }> {} |
nothing calls this directly
no outgoing calls
no test coverage detected