YoloException constructor
YoloException(
- String message
Creates a new YoloException with the given error message
Implementation
YoloException(this.message);
Creates a new YoloException with the given error message
YoloException(this.message);