logoalt Hacker News

BigTTYGothGFtoday at 4:04 PM0 repliesview on HN

I think it should depend on if it's `except Exception` (don't use) or `except Exception as e` (probably fine, as long as you log `e` or do something else with it).