Added login plugin
This commit is contained in:
11
SharedLibraryCore/Exceptions/AuthorizationException.cs
Normal file
11
SharedLibraryCore/Exceptions/AuthorizationException.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace SharedLibraryCore.Exceptions
|
||||
{
|
||||
public class AuthorizationException : Exception
|
||||
{
|
||||
public AuthorizationException(string message) : base (message) { }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user