using System; namespace Wechat.PayAPI { public class WxPayException : Exception { public WxPayException(string msg) : base(msg) { } } }