2025-02-16 11:54:23 +01:00
|
|
|
namespace Wino.Core.Domain.Exceptions;
|
|
|
|
|
|
|
|
|
|
public class ImapSynchronizerStrategyException : System.Exception
|
2025-02-15 12:53:32 +01:00
|
|
|
{
|
2025-02-16 11:54:23 +01:00
|
|
|
public ImapSynchronizerStrategyException(string message) : base(message)
|
2025-02-15 12:53:32 +01:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|