UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

8 lines 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityError = void 0; const BentoError_1 = require("./BentoError"); class EntityError extends BentoError_1.BentoError { } exports.EntityError = EntityError; //# sourceMappingURL=EntityError.js.map