UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

12 lines (10 loc) 270 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}` : ""); } };