initial commit
This commit is contained in:
8
Application/Exceptions/UserNotFoundException.cs
Normal file
8
Application/Exceptions/UserNotFoundException.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Domain.Enums;
|
||||
|
||||
namespace Application.Exceptions;
|
||||
|
||||
public class UserNotFoundException(int id) : BaseException(EErrorCategory.DataNotFoundError,$"User with ID {id} not found.")
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user