UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

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