UNPKG

@axolo/node-wechat-pay

Version:
12 lines (9 loc) 204 B
'use strict'; class WechatPayError extends Error { constructor(message, info) { super(message); this.name = this.constructor.name; this.info = info; } } module.exports = WechatPayError;