Example #1
0
 public function __construct($host, $port)
 {
     parent::__construct($host, $port);
     $this->closeOnError = 0;
 }
Example #2
0
 public function handleErrorStub(\Plop\RecordInterface $record, \Exception $exception)
 {
     return parent::handleError($record, $exception);
 }