mirror of
https://github.com/langgenius/dify.git
synced 2026-02-22 19:15:47 +08:00
6 lines
101 B
Python
6 lines
101 B
Python
class PluginDaemonClientSideError(Exception):
|
|
pass
|
|
|
|
class PluginInvokeError(Exception):
|
|
pass
|