euporie.core.log.handle_exception

euporie.core.log.handle_exception(exc_type: type[BaseException], exc_value: BaseException, exc_traceback: TracebackType | None) Any

Log unhandled exceptions and their tracebacks in the log.

Parameters:
  • exc_type – The type of the exception

  • exc_value – The exception instance

  • exc_traceback – The associated traceback