biotite.application.TimeoutError

class biotite.application.TimeoutError[source]

Bases: Exception

Indicate that the application’s timeout expired.

with_traceback()

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