UNPKG

@teambit/harmony

Version:
8 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RuntimeNotDefined = void 0; class RuntimeNotDefined extends Error { constructor(name) { super(`runtime: '${name}' was not defined by any aspect`); } } exports.RuntimeNotDefined = RuntimeNotDefined; //# sourceMappingURL=runtime-not-defined.js.map