biotite.application.VersionError

class biotite.application.VersionError[source]

Bases: Exception

Indicate that the application’s version is invalid.

with_traceback()

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