iPhone vs Android
Kagamin via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 15 04:56:44 PDT 2016
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
More information about the Digitalmars-d
mailing list