UNPKG

@atlassian/wrm-troubleshooting

Version:

A tool that can help you with troubleshooting the configuration of webpack and Atlassian P2 project.

14 lines 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MavenError = void 0; class MavenError extends Error { constructor(message, mavenOutput) { super(message); this.mavenOutput = mavenOutput; } getMavenOutput() { return this.mavenOutput; } } exports.MavenError = MavenError; //# sourceMappingURL=MavenError.js.map