UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

12 lines (8 loc) 229 B
"use strict"; const WebpackError = require("./WebpackError"); module.exports = class RemovedPluginError extends WebpackError { constructor(message) { super(message); Error.captureStackTrace(this, this.constructor); } };