-
- Downloads
Reduce scope of exception handler. (#9106)
Removes a bare `except Exception` clause and replaces it with catching a specific exception around the portion that might throw.
changelog.d/9106.misc
0 → 100644
Please register or sign in to comment