UNPKG

e-commercee

Version:

This package contains a backend of what would be the logic of a e-commercee software, the architecture used is made in 3 layers

11 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DataException = void 0; const customexception_1 = require("./customexception"); class DataException extends customexception_1.CustomException { constructor(mensaje) { super(mensaje); } } exports.DataException = DataException; //# sourceMappingURL=dataexception.js.map