errorPageHandler = $errorPageHandler; } public function render($throwable) { ob_start(); $this->errorPageHandler->handle($throwable); return ob_get_clean(); } }