Raised when a state mutation violates the declared state_schema.
| 22 | |
| 23 | |
| 24 | class StateSchemaError(TypeError): |
| 25 | """Raised when a state mutation violates the declared state_schema.""" |
| 26 | |
| 27 | |
| 28 | def _validate_state_entry( |
no outgoing calls
no test coverage detected