5 lines
162 B
C#
5 lines
162 B
C#
namespace ApplicationLayer.AuthServices.LoginService.Exceptions
|
|
{
|
|
public class IncorrectLoginDataException() : Exception("Incorrect email or password");
|
|
}
|