mirror of
https://github.com/github/codeql.git
synced 2026-03-31 20:58:16 +02:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
|
|
def raise_tuple():
|
|
ex = Exception, "Important diagnostic information"
|
|
raise ex
|