Exception: Parse::Lock::UnavailableError

Inherits:
Error
  • Object
show all
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

#code

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Parse::Error