예제 #1
0
파일: Socket.php 프로젝트: erebot/plop
 public function handleError(\Plop\RecordInterface $record, \Exception $exception)
 {
     if ($this->closeOnError) {
         $this->close();
     }
     return parent::handleError($record, $exception);
 }