notFoundHandler = new NotFoundRequestHandler($responseFactory); } /** * Uses the {@see \Laminas\Stratigility\Handler\NotFoundHandler} to create a 404 response. */ public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface { return $this->notFoundHandler->handle($request); } }