[MonkeyUser] IT Hell (17 Oct 2017)

cross-posted from: https://programming.dev/post/10912713

source

44 points · 2 comments · view on lemmy.world

2 Comments

ExtraMedicated@lemmy.world · 10 pts · 2y

What about this?:

catch (Exception e) {

    throw new Exception(e.Message); 

}
Random_internet_user@lemmy.today · 1 pts · 2y

Oh yeah "works on my machine" deserves it.