Files
Wino-Mail/Wino.Core.Domain/Exceptions/SystemFolderConfigurationMissingException.cs

7 lines
225 B
C#
Raw Permalink Normal View History

2025-02-16 11:54:23 +01:00
namespace Wino.Core.Domain.Exceptions;
/// <summary>
/// When IMAP account's system folder configuration setup is not done yet.
/// </summary>
public class SystemFolderConfigurationMissingException : System.Exception { }