huawei-noah/SMARTS
Review specificity of `Exception` catches within SMARTS
Open
#1,158 opened on Dec 8, 2021
documentationgood first issueinvestigationrefactor
Repository metrics
- Stars
- (1,129 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is it a problem? Please describe.
Exception catching has smothered issues within the project.
Describe the solution you'd like
A review of the smarts directory code for all instances of Exception catches to ensure that exception catches response is specific to the exception that has been thrown.
Additional context https://github.com/huawei-noah/SMARTS/pull/1156