Files

4 lines
80 B
Python

try:
raise Exception('spam', 'eggs')
except Exception, inst:
print in<ref>st