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