(input: unknown)
| 1097 | } |
| 1098 | |
| 1099 | static isInstance(input: unknown): input is InitError { |
| 1100 | return input instanceof InitError |
| 1101 | } |
| 1102 | } |
| 1103 | |
| 1104 | export class NoProvidersError extends Schema.TaggedErrorClass<NoProvidersError>()("ProviderNoProvidersError", {}) { |
no outgoing calls
no test coverage detected