dasi.utils.networkx.exceptions

Exceptions

NetworkxUtilsException

Generic error for terrarium networkx utilities.

Exceptions

NetworkxUtilsException

Generic error for terrarium networkx utilities.

exception dasi.utils.networkx.exceptions.NetworkxUtilsException[source]

Bases: Exception

Generic error for terrarium networkx utilities.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.