Exceptions

exception duetector.exceptions.AnalysQueryError[source]
args
with_traceback()

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

exception duetector.exceptions.ConfigError[source]
args
with_traceback()

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

exception duetector.exceptions.ConfigFileNotFoundError[source]
args
with_traceback()

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

exception duetector.exceptions.TracerError[source]
args
with_traceback()

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

exception duetector.exceptions.TreacerDisabledError[source]
args
with_traceback()

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