Logical out of business error occurs when using wechaty
| 49 | |
| 50 | |
| 51 | class WechatyOperationError(WechatyError): |
| 52 | """ Logical out of business error occurs when using wechaty """ |
| 53 | |
| 54 | |
| 55 | class WechatyPluginError(WechatyError): |
no outgoing calls
no test coverage detected