PlanTempusApp/PlanTempus.Components/Users/Exceptions/EmailAlreadyRegistreredException.cs

6 lines
119 B
C#
Raw Normal View History

2025-03-10 15:56:22 +01:00
namespace PlanTempus.Components.Users.Exceptions;
public class EmailAlreadyRegistreredException: Exception
{
}