Searched refs:SnapshotExists (Results 1 – 3 of 3) sorted by relevance
130 return lzc_exc.SnapshotExists(name)495 raise lzc_exc.SnapshotExists(name)
155 class SnapshotExists(DatasetExists): class
582 self.assertIsInstance(e, lzc_exc.SnapshotExists)619 self.assertIsInstance(e, lzc_exc.SnapshotExists)635 self.assertIsInstance(e, lzc_exc.SnapshotExists)660 e, (lzc_exc.SnapshotExists, lzc_exc.FilesystemNotFound))