Get rid of bare exception handlers.
Review Request #12076 — Created Feb. 23, 2022 and submitted — Latest diff uploaded
Python no longer encourages the bare
except:
handler syntax. This
change adds generic exception types to the few instances where we still
did that.
Ran unit tests.