Files
dify/api/dify_graph/nodes/variable_assigner/common/exc.py

5 lines
102 B
Python

class VariableOperatorNodeError(ValueError):
"""Base error type, don't use directly."""
pass