try: raise Exception('foo') except Exception: try: raise Exception('bar') except Exception: pass raise