The configured soft-lock lifetime permits overlapping live holders after expiry.
| 25 | |
| 26 | |
| 27 | class SoftFileLockLifetimeWarning(DeprecationWarning): |
| 28 | """The configured soft-lock lifetime permits overlapping live holders after expiry.""" |
| 29 | |
| 30 | |
| 31 | class LeaseSettingsMismatch(ValueError): # ruff:ignore[error-suffix-on-exception-name] # public exception name; renaming breaks the API |
nothing calls this directly
no outgoing calls
no test coverage detected