Remove call to deprecated function
[civicrm-core.git] / CRM / Queue / ErrorPolicy.php
index f7bc774add4f107ae9ece1ce8d6864d90a7d0295..178591bbd209927dbea5a36fcc2660e8f883afad 100644 (file)
@@ -56,7 +56,6 @@ class CRM_Queue_ErrorPolicy {
     }
     set_error_handler([$this, 'onError'], $this->level);
     // FIXME make this temporary/reversible
-    $this->errorScope = CRM_Core_TemporaryErrorScope::useException();
   }
 
   /**