Source code for spyrmsd.exceptions

[docs]class NonIsomorphicGraphs(ValueError): """ Raised when graphs are not isomorphic """ pass