UNPKG

@rnw-community/react-native-payments

Version:

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

8 lines (6 loc) 216 B
import { PaymentsError } from './payments.error'; export class ConstructorError extends PaymentsError { constructor(message: string) { super(`Failed to construct 'PaymentRequest': ${message}`); } }