DimeException constructor

DimeException({
  1. String message = "",
})

Creates instance of DimeException with optional message

Implementation

DimeException({this.message = ""});