ExceptionChain

Creates an iteratable data structure over a chained sequence of exceptions.

Members

Functions

opApply
int opApply(int delegate(ref Throwable) dg)

Allows the user to iterate over the exception chain

Meta