I\'ve started using try-catch blocks (a bit late, I know!), but now I\'m not sure what to do with the exception once I\'ve caught it. What should I do?
It depends entirely on context. Possible options include "Use default data instead of data from the database" and "Display an error message to the user".