Source Code:
(back to article)
try: # code that might raise an exception 1 / 0 except: pass
Result:
Report an issue