UNPKG

@i-orz/wechat-pay

Version:

Wechat pay v3 Node.js SDK.

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;