7 lines
225 B
C#
7 lines
225 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 { }
|