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