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