NeuralJack
Centurion
- Joined
- Jul 28, 2005
- Messages
- 138
I was thinking about how nice it would be to have a global try/catch that would catch errors not handled by the subroutines themselves.
this would be sort of a last-resort safety net to stop your program from just crashing on the user if something odd happens.
Currently most of my functions have a try/catch statement, but if there was a global version it would save lots of code
this would be sort of a last-resort safety net to stop your program from just crashing on the user if something odd happens.
Currently most of my functions have a try/catch statement, but if there was a global version it would save lots of code