YoloException constructor

YoloException(
  1. String message
)

Creates a new YoloException with the given error message

Implementation

YoloException(this.message);