📅  最后修改于: 2022-03-11 14:47:18.884000             🧑  作者: Mango
import traceback
try:
raise TypeError("Oups!")
except Exception, err:
try:
raise TypeError("Again !?!")
except:
pass
traceback.print_exc()