Throwable.info

The stack trace of where the error happened. This is an opaque object that can either be converted to string, or iterated over with foreach to extract the items in the stack trace (as strings).

class Throwable
TraceInfo info;

Meta