Custom ValueError for state related errors.
| 65 | |
| 66 | |
| 67 | class StateValueError(ReflexError, ValueError): |
| 68 | """Custom ValueError for state related errors.""" |
| 69 | |
| 70 | |
| 71 | class VarNameError(ReflexError, NameError): |
no outgoing calls
no test coverage detected