@rnw-community/react-native-payments
Version:
Accept Payments with Apple Pay and Android Pay using the Payment Request API.
11 lines • 423 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConstructorError = void 0;
const payments_error_1 = require("./payments.error");
class ConstructorError extends payments_error_1.PaymentsError {
constructor(message) {
super(`Failed to construct 'PaymentRequest': ${message}`);
}
}
exports.ConstructorError = ConstructorError;
//# sourceMappingURL=constructor.error.js.map