mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +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
|