11 lines
229 B
C#
11 lines
229 B
C#
namespace Wino.Core.Domain.Exceptions
|
|
{
|
|
public class ImapSynchronizerStrategyException : System.Exception
|
|
{
|
|
public ImapSynchronizerStrategyException(string message) : base(message)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|