Remove error handling from loadObjects
authoreileen <emcnaughton@wikimedia.org>
Sun, 6 Sep 2020 23:14:42 +0000 (11:14 +1200)
committereileen <emcnaughton@wikimedia.org>
Tue, 8 Sep 2020 06:55:39 +0000 (18:55 +1200)
commit49ed48886918c4022e90dceaf67f2b342e5552e3
tree6ec81da4ff9a5f740490be5147fa829d9d32e43b
parentd2ef2107834a4a541a510c8360c4953b4a1dceca
Remove error handling from loadObjects

The processors now have their own try->catch so we don't need to catch here.

I wasn't sure about the debug_log_message part so I copied it into the processors
, at risk of duplicating
CRM/Contribute/BAO/Contribution.php
CRM/Core/Payment/BaseIPN.php
tests/phpunit/CRM/Core/Payment/BaseIPNTest.php