fix: handle EndpointSetupFailedError in BasePluginClient (#19613)
parent
dc75a10989
commit
ff0feaf34e
@ -0,0 +1,6 @@
|
||||
class EndpointSetupFailedError(ValueError):
|
||||
"""
|
||||
Endpoint setup failed error
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Reference in New Issue