Добавил домен
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace UniVerse.Domain.Exceptions;
|
||||
|
||||
public class ForbiddenException : Exception
|
||||
{
|
||||
public ForbiddenException(string message = "You do not have permission to perform this action.")
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user