MailConfigException constructor

MailConfigException(
  1. String message, {
  2. dynamic originalError,
  3. StackTrace? stackTrace,
})

Implementation

MailConfigException(
  super.message, {
  super.originalError,
  super.stackTrace,
}) : super(
        title: 'Mail Configuration Error',
        type: 'mail_config_error',
      );