IT Hell (17 Oct 2017)
IT Hell (17 Oct 2017)
cross-posted from: https://programming.dev/post/10912713
IT Hell (17 Oct 2017)
cross-posted from: https://programming.dev/post/10912713
What about this?:
catch (Exception e) { throw new Exception(e.Message); }
Oh yeah "works on my machine" deserves it.