UNPKG

snyk-nodejs-lockfile-parser

Version:
13 lines 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TreeSizeLimitError = void 0; class TreeSizeLimitError extends Error { constructor() { super('Tree size exceeds the allowed limit.'); this.code = 422; this.name = 'TreeSizeLimitError'; Error.captureStackTrace(this, TreeSizeLimitError); } } exports.TreeSizeLimitError = TreeSizeLimitError; //# sourceMappingURL=tree-size-limit-error.js.map