MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

Remove `BaseException` Uses

Open ericspod opened this issue 2 years ago • 0 comments

Describe the bug BaseException is being caught in places and it's not clear this should be done or is appropriate. Bugbear is not complaining about it as B036 as shown in #7397. Should these be replaced with just Exception? It's not documented anywhere if there's an explicit reason to not do this.

ericspod avatar Jan 18 '24 09:01 ericspod