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