APIWrapper: Rethrow exception

This commit is contained in:
Dominic Tubach 2024-04-19 10:29:04 +02:00
parent bcd2b448d2
commit 9118b622d0

View file

@ -204,6 +204,8 @@ class CRM_TwingleCampaign_Utils_APIWrapper {
'contribution_id' => $contribution['id'],
]
);
throw $e;
}
}