MoveDirException constructor

MoveDirException(
  1. String reason
)

Thrown when the moveDir function encouters an error.

Implementation

MoveDirException(super.reason);