UNPKG

@rnw-community/react-native-payments

Version:

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

11 lines 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentsError = void 0; const format_payments_error_message_util_js_1 = require("../util/format-payments-error-message.util.js"); class PaymentsError extends Error { constructor(message) { super((0, format_payments_error_message_util_js_1.formatPaymentsErrorMessage)(message)); } } exports.PaymentsError = PaymentsError; //# sourceMappingURL=payments.error.js.map