UNPKG

@rnw-community/react-native-payments

Version:

Accept Payments with Apple Pay and Android Pay using the Payment Request API.

10 lines 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentsError = void 0; class PaymentsError extends Error { constructor(message) { super(`[ReactNativePayments] ${message}`); } } exports.PaymentsError = PaymentsError; //# sourceMappingURL=payments.error.js.map