A long time ago I was in a class and the professor had us write individual exception handlers for every possible error.
This seems almost impossible to do when developing large pieces of software given the breadth of exceptions that can occur.
What defines when you should write a custom exception handler vs logging and re-throwing it until it reaches the user?
New contributor
FourierFlux is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.