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