Files
codeql/python/ql/src/Exceptions/IllegalRaise.py
2018-11-19 15:10:42 +00:00

6 lines
99 B
Python

#Cannot raise an int, even if we want to
def raise_int():
#Will raise a TypeError
raise 4