FromEmailAddressNotVerifiedException constructor
Implementation
FromEmailAddressNotVerifiedException({String? type, String? message})
: super(
type: type,
code: 'FromEmailAddressNotVerifiedException',
message: message);