WPCV / wpcv-woo-civi-integration

A WordPress plugin that creates CiviCRM Contributions, Memberships and Participants from WordCommerce Orders and keeps WordCommerce Customer Accounts in sync with CiviCRM Contact data.
GNU Affero General Public License v3.0
4 stars 8 forks source link

Catch more generic Exception object #55

Closed christianwach closed 11 months ago

christianwach commented 11 months ago

CiviCRM switched from API_Exception and CiviCRM_API3_Exception to CRM_Core_Exception in 5.52. Our catch() blocks need to accommodate both, so switch to catching a more generic Exception object.