ChassisShellException.wrap constructor

ChassisShellException.wrap(
  1. String message,
  2. String command,
  3. Exception? reason
)

Implementation

ChassisShellException.wrap(String message, this.command, this.reason)
    : super(message, null);