fix: handle EndpointSetupFailedError in BasePluginClient (#19613)

This commit is contained in:
Yeuoly 2025-05-15 13:59:43 +08:00 committed by GitHub
commit ff0feaf34e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

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