UNPKG

np-payment-sdk

Version:

Unified Payment SDK for Nepal (eSewa, Khalti, ConnectIPS, IME Pay, Mobile Banking)

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