DCliException.fromException constructor

DCliException.fromException(
  1. Object? cause
)

Implementation

DCliException.fromException(this.cause)
    : message = cause.toString(),
      stackTrace = Trace.current(2);