Searched refs:Throwing (Results 1 – 9 of 9) sorted by relevance
13 class Throwing implements ErrorHandler { class
11 $errorHandler = new Throwing();
13 $nameContext = new NameContext(new ErrorHandler\Throwing());
26 $errorHandler = new ErrorHandler\Throwing();
181 $this->errorHandler = $errorHandler ?: new ErrorHandler\Throwing();
35 …Handler::handleError()` is invoked. The default error handling strategy is `ErrorHandler\Throwing`,
75 $errorHandler = new ErrorHandler\Throwing();
38 $this->nameContext = new NameContext($errorHandler ?? new ErrorHandler\Throwing());
992 * Added `ErrorHandler` interface, and `ErrorHandler\Throwing` and `ErrorHandler\Collecting` as
Completed in 28 milliseconds