Skip to content

Commit

Permalink
CO2NET BaseException
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Jun 2, 2018
1 parent db558dd commit 2ca3173
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,15 @@
----------------------------------------------------------------*/


using Senparc.CO2NET.Exceptions;
using System;

namespace Senparc.Weixin.Exceptions
{
/// <summary>
/// 微信自定义异常基类
/// </summary>
#if NET35 || NET40 || NET45
public class WeixinException : ApplicationException
#else
public class WeixinException : Exception
#endif

public class WeixinException : BaseException
{
/// <summary>
/// 当前正在请求的公众号AccessToken或AppId
Expand Down

0 comments on commit 2ca3173

Please sign in to comment.