MessageException constructor

MessageException(
  1. String? name,
  2. String? reason,
  3. List<StackTraceElement> stackTrace
)

Implementation

MessageException(this.name, this.reason, this.stackTrace);