namespace Wino.Core.Domain.Exceptions { public class ImapSynchronizerStrategyException : System.Exception { public ImapSynchronizerStrategyException(string message) : base(message) { } } }