MCPcopy Index your code
hub / github.com/wechaty/python-wechaty / WechatyPluginError

Class WechatyPluginError

src/wechaty/exceptions.py:55–56  ·  view source on GitHub ↗

Error occurs when using plugin

Source from the content-addressed store, hash-verified

53
54
55class WechatyPluginError(WechatyError):
56 """ Error occurs when using plugin """
57
58
59class WechatyPayloadError(WechatyError, ValueError):

Callers 6

schedulerMethod · 0.85
add_pluginMethod · 0.85
remove_pluginMethod · 0.85
_check_pluginsMethod · 0.85
startMethod · 0.85
emit_eventsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected