huawei-noah/SMARTS
Review specificity of `Exception` catches within SMARTS
Aperta
#1158 aperta il 8 dic 2021
documentationgood first issueinvestigationrefactor
Metriche repository
- Star
- (1129 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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