UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines (6 loc) 281 B
import { formatPaymentsErrorMessage } from '../util/format-payments-error-message.util.js'; export class ConstructorError extends TypeError { constructor(message: string) { super(formatPaymentsErrorMessage(`Failed to construct 'PaymentRequest': ${message}`)); } }