Lines Matching refs:errorHandler
49 protected $errorHandler;
123 $this->errorHandler = new DefaultErrorStrategy();
135 $this->errorHandler->reset($this);
180 $this->errorHandler->reportMatch($this);
184 $t = $this->errorHandler->recoverInline($this);
220 $this->errorHandler->reportMatch($this);
223 $t = $this->errorHandler->recoverInline($this);
412 return $this->errorHandler;
417 $this->errorHandler = $handler;
525 if ($this->errorHandler->inErrorRecoveryMode($this)) {