DCliException constructor

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

Implementation

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