biotite.application.AppStateError

class biotite.application.AppStateError[source]

Bases: Exception

Indicate that the application lifecycle was violated.

with_traceback()

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