Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/webpack/lib/
Upload File :
Current File : /var/www/html/wetty/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);
	}
};