Port 7.7 - WIP
This commit is contained in:
14
src/Umbraco.Core/Exceptions/AuthorizationException.cs
Normal file
14
src/Umbraco.Core/Exceptions/AuthorizationException.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
|
||||
namespace Umbraco.Core.Exceptions
|
||||
{
|
||||
public class AuthorizationException : Exception
|
||||
{
|
||||
public AuthorizationException()
|
||||
{ }
|
||||
|
||||
public AuthorizationException(string message)
|
||||
: base(message)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user