sys.exc_info()¶
-
sys.exc_info() -> (type, value, traceback)¶ Return information about the most recent exception caught by an except clause in the current stack frame or in an older stack frame.
sys.exc_info()¶sys.exc_info() -> (type, value, traceback)¶Return information about the most recent exception caught by an except clause in the current stack frame or in an older stack frame.