Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
55
class
WechatyPluginError(WechatyError):
56
""
" Error occurs when using plugin "
""
57
58
59
class
WechatyPayloadError(WechatyError, ValueError):
Callers
6
scheduler
Method · 0.85
add_plugin
Method · 0.85
remove_plugin
Method · 0.85
_check_plugins
Method · 0.85
start
Method · 0.85
emit_events
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected