Class: ActiveRecord::DatabaseMutex::MutexUnlockFailed
- Inherits:
-
MutexError
- Object
- ActiveRecordError
- MutexError
- ActiveRecord::DatabaseMutex::MutexUnlockFailed
- Defined in:
- lib/active_record/database_mutex.rb
Overview
This exception is raised when an attempt to unlock a mutex fails, typically due to the lock not being held by the current database connection or other system errors.