mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
11 lines
159 B
Python
11 lines
159 B
Python
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionInfo
|
|
e
|
|
|
|
def test_exception():
|
|
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionInfo
|
|
e
|