MailException constructor
MailException(
- MailClient mailClient,
- String? message, {
- StackTrace? stackTrace,
- dynamic details,
Implementation
MailException(this.mailClient, this.message, {this.stackTrace, this.details});