8 lines
243 B
C#
8 lines
243 B
C#
namespace Wino.Core.Domain.Exceptions
|
|
{
|
|
/// <summary>
|
|
/// When IMAP account's system folder configuration setup is not done yet.
|
|
/// </summary>
|
|
public class SystemFolderConfigurationMissingException : System.Exception { }
|
|
}
|