UNPKG

paychangu-js

Version:

Paychangu JavaScript SDK for easy integration of payment services

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