copyWith method

  1. @override
DCliException copyWith(
  1. StackTraceImpl stackTrace
)
inherited

Implementation

@override
DCliException copyWith(StackTraceImpl stackTrace) =>
    FunctionException(message, stackTrace);