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