mirror of
https://github.com/github/codeql.git
synced 2026-03-23 16:06:47 +01:00
11 lines
195 B
Python
11 lines
195 B
Python
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionSource errorInfoSource
|
|
e
|
|
|
|
def test_exception():
|
|
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionSource errorInfoSource
|
|
e
|