Skip to main content

Wechat Exception Module for Python.

Project description

Wechat Exception Module for Python.

Installation

pip install pywe-exception

Usage

In [1]: from pywe_exception import WeChatException, WeChatPayException

In [2]: raise WeChatException({"errcode": 40125, "errmsg": "invalid appsecret, view more at http://t.cn/RAEkdVq hint: [MVpSma0994e544]"})
---------------------------------------------------------------------------
WeChatException                           Traceback (most recent call last)
<ipython-input-2-793779f73857> in <module>()
----> 1 raise WeChatException({"errcode": 40125, "errmsg": "invalid appsecret, view more at http://t.cn/RAEkdVq hint: [MVpSma0994e544]"})

WeChatException: {'errcode': 40125, 'errmsg': 'invalid appsecret, view more at http://t.cn/RAEkdVq hint: [MVpSma0994e544]'}

Method

class WeChatException(Exception):
    """ WeChatException """


class WeChatPayException(Exception):
""" WeChatPayException """

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywe-exception-1.0.2.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

pywe_exception-1.0.2-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page