5 lines
210 B
C#
5 lines
210 B
C#
using ApplicationLayer.GeneralExceptions;
|
|
|
|
namespace ApplicationLayer.Services.AuthServices.LoginService.Exceptions;
|
|
|
|
public class IncorrectLoginDataException() : ApiException("Incorrect email or password"); |