fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
class VariableOperatorNodeError(Exception):
|
class VariableOperatorNodeError(ValueError):
|
||||||
"""Base error type, don't use directly."""
|
"""Base error type, don't use directly."""
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
Reference in New Issue
Block a user