namespace IM.Commons { public class EventHandlerException : Exception { public EventHandlerException() { } public EventHandlerException(string? message) : base(message) { } } }