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