UNPKG

expressmultithread

Version:

Fast, light-weight and low dependency [Express.js](https://www.npmjs.com/package/express) multithreaded router.

14 lines 402 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChildError = void 0; class ChildError extends Error { constructor(diagnosticText, diagnosticCodes) { super(diagnosticText); this.diagnosticText = diagnosticText; this.diagnosticCodes = diagnosticCodes; } ; } exports.ChildError = ChildError; ; //# sourceMappingURL=ChildError.js.map