Example #1
0
 public function handleError(\Plop\RecordInterface $record, \Exception $exception)
 {
     if ($this->closeOnError) {
         $this->close();
     }
     return parent::handleError($record, $exception);
 }