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

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomException = void 0; class CustomException extends Error { constructor(mensaje) { super(mensaje); } } exports.CustomException = CustomException; //# sourceMappingURL=customexception.js.map