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

Comics

422 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 8 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] ExtraMedicated@lemmy.world 10 points 6 months ago

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}

Oh yeah "works on my machine" deserves it.