| 295 | * @since 4.0.0 |
| 296 | */ |
| 297 | export class ConfigNotFoundError extends Data.TaggedError("ConfigNotFoundError")<{ |
| 298 | readonly provider: string |
| 299 | readonly expectedPath: string |
| 300 | }> {} |
nothing calls this directly
no outgoing calls
no test coverage detected