UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

12 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityRegistrationError = void 0; const EntityError_1 = require("./EntityError"); class EntityRegistrationError extends EntityError_1.EntityError { constructor(entity, msg) { super(`${entity.name}(${entity.type}): ${msg}`); this.__define('entity', entity); } } exports.EntityRegistrationError = EntityRegistrationError; //# sourceMappingURL=EntityRegistrationError.js.map