Searched refs:PoolNotFound (Results 1 – 3 of 3) sorted by relevance
146 return lzc_exc.PoolNotFound(name)547 raise lzc_exc.PoolNotFound(name)555 raise lzc_exc.PoolNotFound(name)563 raise lzc_exc.PoolNotFound(name)586 raise lzc_exc.PoolNotFound(name)
459 class PoolNotFound(ZFSError): class
750 self.assertIsInstance(e, lzc_exc.PoolNotFound)756 self.assertIsInstance(e, lzc_exc.PoolNotFound)3497 with self.assertRaises(lzc_exc.PoolNotFound):3506 with self.assertRaises(lzc_exc.PoolNotFound):3515 with self.assertRaises(lzc_exc.PoolNotFound):3678 with self.assertRaises(lzc_exc.PoolNotFound):3697 with self.assertRaises(lzc_exc.PoolNotFound):