using System; namespace WingPaymentService.Common.WeChat { public class WxPayException : Exception { public WxPayException(string msg) : base(msg) { } } }