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.
Loading
Please register or sign in to comment
Removes a bare `except Exception` clause and replaces it with catching a specific exception around the portion that might throw.