diff --git a/Application/Common/Exceptions/RecordExistException.cs b/Application/Common/Exceptions/RecordExistException.cs index 0344876..41f64be 100644 --- a/Application/Common/Exceptions/RecordExistException.cs +++ b/Application/Common/Exceptions/RecordExistException.cs @@ -3,4 +3,4 @@ using System.Reflection; namespace Mirea.Api.DataAccess.Application.Common.Exceptions; -public class RecordExistException(MemberInfo entity, string name, object id) : Exception($"Entity \"{entity.Name}\" with \"{name}\" already exist with id \"{id}\"."); \ No newline at end of file +public class RecordExistException(MemberInfo entity, string name, object id) : Exception($"The entity \"{entity.Name}\" property \"{name}\" exists with id \"{id}\"."); \ No newline at end of file