fix: handle EndpointSetupFailedError in BasePluginClient (#19613)
This commit is contained in:
parent
dc75a10989
commit
ff0feaf34e
2 changed files with 9 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue