添加项目文件。
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace IM.DomainCommons
|
||||
{
|
||||
public class DomainException : Exception
|
||||
{
|
||||
public DomainException(string message) : base(message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user