Mac@programming.dev to Comics@programming.dev · 2 years ago[MonkeyUser] IT Hell (17 Oct 2017)programming.devimagemessage-square2linkfedilinkarrow-up145arrow-down11file-textcross-posted to: [email protected]
arrow-up144arrow-down1image[MonkeyUser] IT Hell (17 Oct 2017)programming.devMac@programming.dev to Comics@programming.dev · 2 years agomessage-square2linkfedilinkfile-textcross-posted to: [email protected]
minus-squareExtraMedicatedlinkfedilinkEnglisharrow-up10·2 years agoWhat about this?: catch (Exception e) { throw new Exception(e.Message); }
What about this?:
catch (Exception e) { throw new Exception(e.Message); }