handle($request); } catch (HttpNotFoundException $exception) { $this->logger->warning($exception); $response = $this->responseFactory->createResponse(404); return $this->view->render($response, 'not_found'); } } }