mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
fix: handle EndpointSetupFailedError in BasePluginClient (#19613)
This commit is contained in:
6
api/core/plugin/endpoint/exc.py
Normal file
6
api/core/plugin/endpoint/exc.py
Normal file
@ -0,0 +1,6 @@
|
||||
class EndpointSetupFailedError(ValueError):
|
||||
"""
|
||||
Endpoint setup failed error
|
||||
"""
|
||||
|
||||
pass
|
||||
Reference in New Issue
Block a user