qmi.core.exceptions.QMI_ApplicationException

exception qmi.core.exceptions.QMI_ApplicationException

Raised in top-level application code to exit with an error message.

add_note()

Exception.add_note(note) – add a note to the exception

with_traceback()

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