```py try: # error ... except Exception: pass try: # no error ... ... except Exception: pass ``` [playground](https://play.ruff.rs/0ae2bc17-7268-450b-b602-298728301078)