UNPKG

payrex-node

Version:
8 lines (6 loc) 143 B
function Error(error) { this.code = error.code; this.detail = error.detail; this.parameter = error.parameter; } module.exports = Error;