mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +08:00
主页加载菜单按钮
重新修改了登陆逻辑
This commit is contained in:
13
OpenAuth.Domain/Utility/ValueObjectIsInvalidException.cs
Normal file
13
OpenAuth.Domain/Utility/ValueObjectIsInvalidException.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace OpenAuth.Domain.Utility
|
||||
{
|
||||
public class ValueObjectIsInvalidException : Exception
|
||||
{
|
||||
public ValueObjectIsInvalidException(string message)
|
||||
: base(message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user