Traceback (most recent call last):
File "./ExceptionHandling_7_raise.py", line 11, in module
myfunc(int(my_input))
File "./ExceptionHandling_7_raise.py", line 5, in myfunc
raise "Invalid level", level
TypeError: exceptions must be old-style classes or derived from BaseException, not str