A WordPress plugin that creates CiviCRM Contributions, Memberships and Participants from WordCommerce Orders and keeps WordCommerce Customer Accounts in sync with CiviCRM Contact data.
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.
CiviCRM switched from
API_Exception
andCiviCRM_API3_Exception
toCRM_Core_Exception
in 5.52. Ourcatch()
blocks need to accommodate both, so switch to catching a more generic Exception object.