UNPKG

neppayments

Version:

A simple and easy-to-use package for integrating Nepali payment gateways (Khalti and eSewa) into your applications

12 lines (11 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentError = void 0; class PaymentError extends Error { constructor(code, message) { super(message); this.code = code; this.name = 'PaymentError'; } } exports.PaymentError = PaymentError;