DCliException.from constructor
DCliException.from(
- Object? cause,
- StackTraceImpl stackTrace
Implementation
DCliException.from(this.cause, this.stackTrace) : message = cause.toString();