UNPKG

@rnw-community/react-native-payments

Version:

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

6 lines 171 B
export class PaymentsError extends Error { constructor(message) { super(`[ReactNativePayments] ${message}`); } } //# sourceMappingURL=payments.error.js.map