fix: handle EndpointSetupFailedError in BasePluginClient (#19613)

This commit is contained in:
Yeuoly
2025-05-15 13:59:43 +08:00
committed by GitHub
parent dc75a10989
commit ff0feaf34e
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
class EndpointSetupFailedError(ValueError):
"""
Endpoint setup failed error
"""
pass