mirror of
https://github.com/github/codeql.git
synced 2025-12-27 14:16:34 +01:00
6 lines
89 B
Python
6 lines
89 B
Python
|
|
|
|
def raise_tuple():
|
|
ex = Exception, "Important diagnostic information"
|
|
raise ex
|