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