← Back to Users
serban_badila's activity in the archive.
I would say those are not 'failures' but 'exceptions'. Here is an ex: try { // use some M$ stuff } catch(...) { // something, but of course nothing you will expect } Hmm...
I would say those are not 'failures' but 'exceptions'. Here is an ex: try { // use some M$ stuff
}
catch(...) { // something, but of course nothing you will expect
}
Hmm...