ShellException constructor Null safety
- String reason
Thrown when the move function encouters an error.
Implementation
ShellException(String reason) : super(reason);
Thrown when the move function encouters an error.
ShellException(String reason) : super(reason);