REF Update CiviCRM default PEAR Error handling to be exception rather than just PEAR_...
[civicrm-core.git] / CRM / Utils / SQL / Delete.php
index fcb5443030cc6afe153a3548f977cad9dba35cb3..b31a7162eb6c80b5d4745035e31617b32127082f 100644 (file)
@@ -241,7 +241,6 @@ class CRM_Utils_SQL_Delete extends CRM_Utils_SQL_BaseParamQuery {
     // Don't pass through $abort, $trapException. Just use straight-up exceptions.
     $abort = TRUE;
     $trapException = FALSE;
-    $errorScope = CRM_Core_TemporaryErrorScope::useException();
 
     // Don't pass through freeDAO. You can do it yourself.
     $freeDAO = FALSE;