Searched refs:GraphMatchingException (Results 1 – 2 of 2) sorted by relevance
159 class GraphMatchingException(Exception): class437 raise GraphMatchingException(msg)463 raise GraphMatchingException(msg)
54 GraphMatchingException,415 with self.assertRaises(GraphMatchingException) as ex:427 with self.assertRaises(GraphMatchingException) as ex: