MailConfigException constructor
MailConfigException(
- String message, {
- dynamic originalError,
- StackTrace? stackTrace,
Implementation
MailConfigException(
super.message, {
super.originalError,
super.stackTrace,
}) : super(
title: 'Mail Configuration Error',
type: 'mail_config_error',
);