Searched refs:NoInstancesFound (Results 1 – 3 of 3) sorted by relevance
266 raise errors.NoInstancesFound(301 raise errors.NoInstancesFound("Did not find the following instances: %s" %402 raise errors.NoInstancesFound(hint_message)
64 errors.NoInstancesFound,82 with self.assertRaises(errors.NoInstancesFound):129 with self.assertRaises(errors.NoInstancesFound):
234 class NoInstancesFound(ReconnectError): class