MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor /

Class

packages/core/config/src/load-plugins.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40import { ExecutorFileConfig } from "./schema";
41
42export class LoadPluginsError extends Schema.TaggedErrorClass<LoadPluginsError>()(
43 "LoadPluginsError",
44 {
45 message: Schema.String,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected