biotite.sequence.phylo.TreeError

class biotite.sequence.phylo.TreeError[source]

Bases: Exception

An exception that occurs in context of tree topology.

with_traceback()

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