5 lines
102 B
Python
5 lines
102 B
Python
class VariableOperatorNodeError(ValueError):
|
|
"""Base error type, don't use directly."""
|
|
|
|
pass
|