Timeline for Is catching general exceptions really a bad thing?
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 15, 2024 at 16:58 | comment | added | AgilePro | There is a fairly common situation with a catch block that wraps the exception in additional context information. You really do understand concretely that you need to wrap all exceptions in this manner, and catching only some of them leaves open the possibility that in the future there will be new exceptions that are missed. You should NEVER just log and continue. | |
| Aug 26, 2015 at 15:18 | history | edited | Ryan Hayes | CC BY-SA 3.0 | added 1 character in body |
| Sep 9, 2012 at 16:02 | history | answered | Ryan Hayes | CC BY-SA 3.0 |