namespace JiShe.CollectBus.Network.Exceptions { public class CloseException(string msg) : Exception(msg); }