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