YOLOException constructor

YOLOException(
  1. String message
)

Creates a new YOLOException with the given error message

Implementation

YOLOException(this.message);