From 9a5d7e630297916db9f187e7fbde527a840383b5 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Mon, 28 Oct 2013 10:53:07 +0530 Subject: [PATCH] CRM-13649 : applied patch ---------------------------------------- * CRM-13649: Class 'CiviCRM_Exception' not found http://issues.civicrm.org/jira/browse/CRM-13649 --- CRM/Member/BAO/Membership.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Member/BAO/Membership.php b/CRM/Member/BAO/Membership.php index c09a588bd2..dd1ffe8354 100644 --- a/CRM/Member/BAO/Membership.php +++ b/CRM/Member/BAO/Membership.php @@ -1445,7 +1445,7 @@ AND civicrm_membership.is_test = %2"; 'legacy_redirect_path' => 'civicrm/contribute/transact', 'legacy_redirect_query' => "_qf_Main_display=true&qfKey={$form->_params['qfKey']}", ); - throw new CiviCRM_Exception($message, 0, $errorParams); + throw new CRM_Core_Exception($message, 0, $errorParams); } // CRM-7851 -- 2.25.1