MessageException constructor
MessageException(
- String? name,
- String? reason,
- List<
StackTraceElement> stackTrace
Implementation
MessageException(this.name, this.reason, this.stackTrace);