UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

12 lines (10 loc) 259 B
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Jarid Margolin @jaridmargolin */ "use strict"; module.exports = class WebpackError extends Error { inspect() { return this.stack + (this.details ? `\n${this.details}` : ""); } };