DCliException constructor

DCliException(
  1. String message, [
  2. Trace? stackTrace
])

Implementation

DCliException(this.message, [Trace? stackTrace])
    : cause = null,
      stackTrace = stackTrace ?? Trace.current(2);