30 from classes.logger
import log
37 log.error(
'Unhandled Exception', exc_info=(exeception_type, exeception_value, exeception_traceback))
40 stacktrace =
"Python %s" %
"".join(traceback.format_exception(exeception_type, exeception_value, exeception_traceback))
def track_exception_stacktrace(stacktrace, source)
Track an exception/stacktrace has occurred.
def ExceptionHandler(exeception_type, exeception_value, exeception_traceback)
Callback for any unhandled exceptions.