zlacker

[parent] [thread] 0 comments
1. jiggaw+(OP)[view] [source] 2025-05-15 04:23:52
try { ... } catch (Exception e) { throw e; }

That does nothing except add visual noise.

It's like a magic incantation to make the errors go away (it doesn't actually), probably by someone used to Visual Basic's "ON ERROR RESUME NEXT" or some such.

[go to top]