(REF) Kernel::runSafe - When decoding exceptions, check API_Exception before PEAR_Exc...
authorTim Otten <totten@civicrm.org>
Tue, 17 May 2022 21:32:19 +0000 (14:32 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 17 May 2022 21:32:19 +0000 (14:32 -0700)
commitb538d8e045da23d6c0097c04f52558ba4e70ab7b
treeae25e7b53d71ddc50b30ba89f6a55977836e40cb
parent3a8d197fc7718b033274fb2eb18026baba06cbf2
(REF) Kernel::runSafe - When decoding exceptions, check API_Exception before PEAR_Exception

API_Exception is narrower, and we may want API_Exception to become a subclass of PEAR_Exception
Civi/API/Kernel.php