UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 264 B
import { formatPaymentsErrorMessage } from '../util/format-payments-error-message.util.js'; export class PaymentsError extends Error { constructor(message) { super(formatPaymentsErrorMessage(message)); } } //# sourceMappingURL=payments.error.js.map