Files
urbanLifeline/dify/api/core/variables/exc.py

3 lines
42 B
Python
Raw Normal View History

2025-12-01 17:21:38 +08:00
class VariableError(ValueError):
pass