DCliException.from constructor

DCliException.from(
  1. Object? cause,
  2. Trace stackTrace
)

Implementation

DCliException.from(this.cause, this.stackTrace) : message = cause.toString();