MambaExecutionError constructor
MambaExecutionError({
- required MambaExecutionPhase phase,
- required MambaException exception,
- required StackTrace stackTrace,
- required List<
String> commandPath,
Implementation
new({
required this.phase,
required this.exception,
required this.stackTrace,
required List<String> commandPath,
}) : commandPath = List.unmodifiable(commandPath);