Mac to [email protected] • 9 months ago[MonkeyUser] IT Hell (17 Oct 2017)programming.devimagemessage-square2fedilinkarrow-up145arrow-down11file-textcross-posted to: [email protected]
arrow-up144arrow-down1image[MonkeyUser] IT Hell (17 Oct 2017)programming.devMac to [email protected] • 9 months agomessage-square2fedilinkfile-textcross-posted to: [email protected]
minus-square@ExtraMedicatedlinkEnglish10•9 months agoWhat about this?: catch (Exception e) { throw new Exception(e.Message); }
What about this?:
catch (Exception e) { throw new Exception(e.Message); }