MCPcopy Index your code
hub / github.com/reflex-dev/reflex / StateValueError

Class StateValueError

packages/reflex-base/src/reflex_base/utils/exceptions.py:67–68  ·  view source on GitHub ↗

Custom ValueError for state related errors.

Source from the content-addressed store, hash-verified

65
66
67class StateValueError(ReflexError, ValueError):
68 """Custom ValueError for state related errors."""
69
70
71class VarNameError(ReflexError, NameError):

Callers 2

_register_base_stateMethod · 0.90
__init_subclass__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected