UNPKG

485 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.GitPluginError = void 0;
4const git_error_1 = require("./git-error");
5class GitPluginError extends git_error_1.GitError {
6 constructor(task, plugin, message) {
7 super(task, message);
8 this.task = task;
9 this.plugin = plugin;
10 Object.setPrototypeOf(this, new.target.prototype);
11 }
12}
13exports.GitPluginError = GitPluginError;
14//# sourceMappingURL=git-plugin-error.js.map
\No newline at end of file