UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

8 lines 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BentoError = void 0; const errors_1 = require("@ayanaware/errors"); class BentoError extends errors_1.GenericError { } exports.BentoError = BentoError; //# sourceMappingURL=BentoError.js.map