ShellException constructor

ShellException(
  1. String reason
)

Thrown when the move function encouters an error.

Implementation

ShellException(super.reason);