this post was submitted on 10 Mar 2024
44 points (97.8% liked)

Comics

434 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 7 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 10 points 5 months ago

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}
[โ€“] [email protected] 1 points 5 months ago

Oh yeah "works on my machine" deserves it.