0
How do catch/throw modules work?
I 've seen them in theory but never used them How do they work?
1 Odpowiedź
+ 1
in which language?
and the best way to is to try them out in a simple application.
a good example of this is to try/catch a division by 0 and throw an error message that it is not possible to divide by 0. :)