Raised when the state lock expires while an event is being processed.
| 179 | |
| 180 | |
| 181 | class LockExpiredError(ReflexError): |
| 182 | """Raised when the state lock expires while an event is being processed.""" |
| 183 | |
| 184 | |
| 185 | class MatchTypeError(ReflexError, TypeError): |