dmf.alerts.backend.AlertException#

exception dmf.alerts.backend.AlertException[source]#

Bases: Exception

Exception raised for errors in the alert backend.

with_traceback()#

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