- cross-posted to:
- monkeyuser@programming.dev
- cross-posted to:
- monkeyuser@programming.dev
cross-posted from: https://programming.dev/post/10912713
You must log in or register to comment.
What about this?:
catch (Exception e) { throw new Exception(e.Message); }
Oh yeah “works on my machine” deserves it.