SimpleError constructor

SimpleError(
  1. String? message
)

Implementation

SimpleError(this.message);