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

Comics

457 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ExtraMedicated@lemmy.world 10 points 10 months ago

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}