UNPKG

pkg-reflector

Version:
9 lines (7 loc) 127 B
class PkgError extends Error { constructor(msg) { super(msg) this.name = 'PkgError' } } module.exports = PkgError