mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +02:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
|
|
def raise_tuple():
|
|
ex = Exception, "Important diagnostic information"
|
|
raise ex
|