UNPKG

react-monaco-editor

Version:
14 lines (9 loc) 249 B
"use strict"; const WebpackError = require("./WebpackError"); module.exports = class RemovedPluginError extends WebpackError { constructor(message) { super(); this.message = message; Error.captureStackTrace(this, this.constructor); } };