UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines (6 loc) 231 B
import { formatPaymentsErrorMessage } from '../util/format-payments-error-message.util.js'; export class PaymentsError extends Error { constructor(message: string) { super(formatPaymentsErrorMessage(message)); } }