Exception: Parse::Lock::UnavailableError
- Defined in:
- lib/parse/lock.rb
Overview
Raised when acquire is asked to use a degraded
(process-local) store with on_degraded: :raise. The default
behavior is to fall back to an in-process Mutex with a
warning; this error only fires when the caller explicitly
opts into the strict mode.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Parse::Error