mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 14:54:36 +07:00
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
6 lines
86 B
Python
6 lines
86 B
Python
def _():
|
|
try:
|
|
raise Exception()
|
|
except Exception as e:
|
|
foo(e)
|