--- a/src/eric7/eric7_ide.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/eric7_ide.py Wed Dec 20 14:58:58 2023 +0100 @@ -240,8 +240,11 @@ Global function to catch unhandled exceptions. @param excType exception type + @type Class @param excValue exception value + @type Exception @param tracebackobj traceback object + @type Traceback """ from eric7 import Globals, Utilities from eric7.UI.Info import BugAddress