blob: de064dc1be9fb41e540e0e5c47bbaef1dd9a759c [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001try:
2 raise Exception()
3except:
4 foo = Exception()
5 raise foo