MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / throwPackageNotFoundError

Method throwPackageNotFoundError

tools/mcpack.js:698–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

696 throw new Error("module not found");
697 }
698 throwPackageNotFoundError() {
699 throw new Error("package not found");
700 }
701 throwPackagePathNotExportedError() {
702 throw new Error("package path not exported!");
703 }

Callers 2

parseModuleMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected