traceFor

fun traceFor(e: Throwable): String

Answer the stringification of the stack for the specified exception.

Return

The stringification of the stack trace.

Parameters