Ejemplo n.º 1
0
 /**
  * @param $path
  * @return array
  * @throws WriteReadException
  */
 public function readSnapshot($path)
 {
     try {
         return $this->snapshotManager->readSnapshot($path);
     } catch (WriteReadException $e) {
         throw $e;
     }
 }