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);