SledException constructor

SledException({
  1. String? message,
})

Constructs the SledException

Implementation

SledException({super.message});