Files
Wino-Mail/Wino.Core.Domain/Exceptions/GmailServiceDisabledException.cs

4 lines
109 B
C#
Raw Normal View History

namespace Wino.Core.Domain.Exceptions;
public class GmailServiceDisabledException : System.Exception { }