using System; using System.Collections.Generic; using System.Web; namespace GxPress.Common.WechatPay { public class WxPayException : Exception { public WxPayException(string msg) : base(msg) { } } }