On Wednesday, 14 September 2016 at 14:43:29 UTC, H. S. Teoh wrote:
Honestly, I've never actually run across a real-life case where chained exceptions matter. Most of the code (that I work with, anyway) involve simply throwing an exception when some problem occurs, and the catch block simply prints the error message and aborts the current operation.

See e.g. https://github.com/dlang/druntime/blob/master/src/core/thread.d#L783

Reply via email to