vue-simple-range-slider
Version:
Change Your numeric value or numeric range value with dragging handles
17 lines (13 loc) • 357 B
JavaScript
/*
MIT License http://www.opensource.org/licenses/mit-license.php
*/
;
const WebpackError = require("./WebpackError");
module.exports = class HarmonyLinkingError extends WebpackError {
/** @param {string} message Error message */
constructor(message) {
super(message);
this.name = "HarmonyLinkingError";
this.hideStack = true;
}
};