Searched refs:handleError (Results 1 – 10 of 10) sorted by relevance
13 $errorHandler->handleError($e1 = new Error('Test 1'));14 $errorHandler->handleError($e2 = new Error('Test 2'));
12 $errorHandler->handleError(new Error('Test'));
11 public function handleError(Error $error): void; function
52 $errorHandler->handleError(new Error($errorMsg, [105 $errorHandler->handleError(new Error('Unterminated comment', [
70 $this->errorHandler->handleError(new Error(105 $this->errorHandler->handleError(new Error(
193 $this->errorHandler->handleError(417 $this->errorHandler->handleError($error);
14 public function handleError(Error $error): void { function in PhpParser\\ErrorHandler\\Throwing
17 public function handleError(Error $error): void { function in PhpParser\\ErrorHandler\\Collecting
35 encountered, `ErrorHandler::handleError()` is invoked. The default error handling strategy is `Erro…
92 $errorHandler->handleError($error);
Completed in 30 milliseconds