UNPKG

@sahabaplus/moyasar

Version:

A comprehensive TypeScript SDK for integrating with the Moyasar payment gateway

10 lines 319 B
export class MoyasarError extends Error { constructor(message, type = "MOYASAR_ERROR", statusCode, details) { super(message); this.name = "MoyasarError"; this.type = type; this.statusCode = statusCode; this.details = details; } } //# sourceMappingURL=moyasar_error.js.map