MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/lib/loadPlugins.js:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39let initialPluginLoadComplete = false;
40
41class PluginLoadTimeoutError extends Error {
42 constructor() {
43 super("Plugin load timeout");
44 this.name = "PluginLoadTimeoutError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected