UNPKG

apple-music-token-node

Version:

generate developer tokens for the apple music api in node, with a CLI mode for development.

10 lines (8 loc) 219 B
class InvalidCertPathError extends Error { constructor(data, ...args) { super(...args); this.data = data; Error.captureStackTrace(this, InvalidCertPathError); } } module.exports = InvalidCertPathError;