UNPKG

@rnw-community/react-native-payments

Version:

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

7 lines 252 B
import { PaymentsError } from './payments.error'; export class ConstructorError extends PaymentsError { constructor(message) { super(`Failed to construct 'PaymentRequest': ${message}`); } } //# sourceMappingURL=constructor.error.js.map