Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce scope of exception handler. (#9106) | Patrick Cloke | 2021-01-13 | 1 | -0/+1 |
Removes a bare `except Exception` clause and replaces it with catching a specific exception around the portion that might throw. |