What about this?:
catch (Exception e) {
throw new Exception(e.Message);
}
A community for sharing comics related to programming
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
What about this?:
catch (Exception e) {
throw new Exception(e.Message);
}
Oh yeah "works on my machine" deserves it.