mirror of
https://github.com/github/codeql.git
synced 2026-04-01 21:28:16 +02:00
11 lines
161 B
Python
11 lines
161 B
Python
try:
|
|
1+2
|
|
except Exception as e: # $ exceptionInfo
|
|
e
|
|
|
|
def test_exception():
|
|
try:
|
|
1+2
|
|
except Exception as e: # $ exceptionInfo
|
|
e
|