feat: подключил ms sso
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace UniVerse.Domain.Exceptions;
|
||||
|
||||
public class UnauthorizedException : Exception
|
||||
{
|
||||
public UnauthorizedException() : base() { }
|
||||
public UnauthorizedException(string message) : base(message) { }
|
||||
}
|
||||
Reference in New Issue
Block a user