File size: 107 Bytes
ce9690f
 
 
 
 
 
1
2
3
4
5
6
7
class NonIsomorphicGraphs(ValueError):
    """
    Raised when graphs are not isomorphic
    """

    pass