Files
urbanLifeline/dify/api/core/plugin/endpoint/exc.py

7 lines
102 B
Python
Raw Normal View History

2025-12-01 17:21:38 +08:00
class EndpointSetupFailedError(ValueError):
"""
Endpoint setup failed error
"""
pass