예제 #1
0
 private function executeOnException(Exception $exception)
 {
     try {
         $this->handler->onException($this->tracker, $this->requestSet, $exception);
     } catch (Exception $e) {
     }
 }
예제 #2
0
 public function onException(Tracker $tracker, RequestSet $requestSet, Exception $e)
 {
     $this->rollbackTransaction();
     parent::onException($tracker, $requestSet, $e);
 }