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

Comics

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

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}

Oh yeah "works on my machine" deserves it.