mirror of https://github.com/webpack/webpack.git
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
|
'use strict';
|
||
|
|
||
|
module.exports = class RemovedPluginError extends Error {}
|