fix(variable_assigner): change VariableOperatorNodeError to inherit from ValueError (#11951)

Signed-off-by: -LAN- <laipz8200@outlook.com>
pull/11960/head
-LAN- 1 year ago committed by GitHub
parent 10caab1729
commit 03ddee3663
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
class VariableOperatorNodeError(Exception):
class VariableOperatorNodeError(ValueError):
"""Base error type, don't use directly."""
pass

Loading…
Cancel
Save