public function setExceptionHandler(?callable $handler) : ?callable { $prev = $this->exceptionHandler; $this->exceptionHandler = $handler; return $prev; }