@@ -1,6 +1,7 @@
|
||||
namespace Wino.Core.Domain.Exceptions;
|
||||
|
||||
public class GoogleAuthenticationException : System.Exception
|
||||
namespace Wino.Core.Domain.Exceptions
|
||||
{
|
||||
public GoogleAuthenticationException(string message) : base(message) { }
|
||||
public class GoogleAuthenticationException : System.Exception
|
||||
{
|
||||
public GoogleAuthenticationException(string message) : base(message) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user