MoveDirException constructor

MoveDirException(
  1. String reason
)

Thrown when the moveDir function encouters an error.

Implementation

MoveDirException(String reason) : super(reason);