Searched refs:NoInstancesFound (Results 1 – 3 of 3) sorted by relevance
235 raise errors.NoInstancesFound(270 raise errors.NoInstancesFound("Did not find the following instances: %s" %318 raise errors.NoInstancesFound(hint_message)
62 errors.NoInstancesFound,80 with self.assertRaises(errors.NoInstancesFound):103 with self.assertRaises(errors.NoInstancesFound):
218 class NoInstancesFound(ReconnectError): class