WeChat API call limited exception class
| 67 | |
| 68 | |
| 69 | class APILimitedException(WeChatClientException): |
| 70 | """WeChat API call limited exception class""" |
| 71 | pass |
| 72 | |
| 73 | |
| 74 | class InvalidAppIdException(WeChatException): |
no outgoing calls
no test coverage detected
searching dependent graphs…