MoveException constructor

MoveException(
  1. String reason
)

Thrown when the move function encouters an error.

Implementation

MoveException(super.reason);