Searched refs:ZCPRuntimeError (Results 1 – 3 of 3) sorted by relevance
545 class ZCPRuntimeError(ZCPError): class
577 raise lzc_exc.ZCPRuntimeError(error)
3594 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx:3599 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx:3608 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx: