$data The data for the container. * * @return ContainerInterface The new container. * * @throws Exception If problem creating. * * @psalm-suppress PossiblyUnusedMethod */ public function createContainerFromArray(array $data): ContainerInterface; }