添加项目文件。
This commit is contained in:
15
TightWiki/Exceptions/UnauthorizedException.cs
Normal file
15
TightWiki/Exceptions/UnauthorizedException.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace TightWiki.Exceptions
|
||||
{
|
||||
public class UnauthorizedException : Exception
|
||||
{
|
||||
public UnauthorizedException()
|
||||
: base()
|
||||
{
|
||||
}
|
||||
|
||||
public UnauthorizedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user