| 40 | import { ExecutorFileConfig } from "./schema"; |
| 41 | |
| 42 | export class LoadPluginsError extends Schema.TaggedErrorClass<LoadPluginsError>()( |
| 43 | "LoadPluginsError", |
| 44 | { |
| 45 | message: Schema.String, |
nothing calls this directly
no outgoing calls
no test coverage detected