refactor(api/variables): VariableError as a ValueError. (#8554)

pull/8918/head
-LAN- 1 year ago committed by GitHub
parent 3af65b2f45
commit ada9d408ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,2 @@
class VariableError(Exception):
class VariableError(ValueError):
pass

Loading…
Cancel
Save