Searched refs:NoInstancesFound (Results 1 – 3 of 3) sorted by relevance
276 raise errors.NoInstancesFound(311 raise errors.NoInstancesFound("Did not find the following instances: %s" %412 raise errors.NoInstancesFound(hint_message)
83 errors.NoInstancesFound,101 with self.assertRaises(errors.NoInstancesFound):148 with self.assertRaises(errors.NoInstancesFound):
238 class NoInstancesFound(ReconnectError): class