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

Comics

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

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}