biotite.application.RuleViolationError

class biotite.application.RuleViolationError[source]

Bases: Exception

Indicates that the user guidelines of the web application would be violated, if the program continued.

with_traceback()

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