UNPKG

react-youtube-playlist

Version:

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

11 lines (8 loc) 241 B
function YError (msg) { this.name = 'YError' this.message = msg || 'yargs error' Error.captureStackTrace(this, YError) } YError.prototype = Object.create(Error.prototype) YError.prototype.constructor = YError module.exports = YError