src/eric7/eric7_ide.py

branch
eric7
changeset 10428
a071d4065202
parent 10391
66e67cc6b161
child 10439
21c28b0f9e41
--- 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

eric ide

mercurial