Rethrow an exception like in C++?

Andrej Mitrovic andrej.mitrovich at gmail.com
Fri Mar 8 10:56:28 PST 2013


On 3/8/13, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> In both cases, you're telling it to catch everything.

Also, catch points should be rare, especially the ones which catch
base types like Exception or even Error or Throwable. The problem is
not the syntax, but the way people use exceptions. Pokemon exception
handling is a bad idiom.


More information about the Digitalmars-d-learn mailing list