ChassisShellException constructor

ChassisShellException(
  1. String message,
  2. ProcessResult? result,
  3. String command
)

Implementation

ChassisShellException(String message, ProcessResult? result, this.command)
    : reason = null,
      super(message, result);