Searched refs:ZCPRuntimeError (Results 1 – 3 of 3) sorted by relevance
543 class ZCPRuntimeError(ZCPError): class
573 raise lzc_exc.ZCPRuntimeError(error)
3570 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx:3575 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx:3584 with self.assertRaises(lzc_exc.ZCPRuntimeError) as ctx: