Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_provenance, ip_diffim, ip_isr, pipe_base, utils
-
Labels:
-
Story Points:2
Description
We have several bits of code that raise either Exception or lsst.pex.exceptions.Exception/pexExcept.Exception. We should replace all of those with an appropriately specific exception. The generic Exception should almost never be raised (or caught, but that's a different issue).
I've made PRs for the branches but they are taking a while to show up. Thanks for looking at this.