Exception: Parse::Lock::TimeoutError
- Defined in:
- lib/parse/lock.rb
Overview
Raised when acquire cannot obtain the lock within
the configured wait: budget. Distinct from
Parse::CreateLockTimeoutError (the first_or_create! /
create_or_update! internal) so callers can rescue one
without picking up the other — namespacing the error under
Parse::Lock:: makes the peer-not-base relationship explicit.
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Parse::Error