HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/webpack/lib/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/webpack/lib/RemovedPluginError.js
"use strict";

const WebpackError = require("./WebpackError");

module.exports = class RemovedPluginError extends WebpackError {
	constructor(message) {
		super(message);

		Error.captureStackTrace(this, this.constructor);
	}
};