Exception: MutexLockReleaseFailure

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mutex_lock_release_failure.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/mutex_lock_release_failure.rb', line 3

def message
  'Failed to release Mutex lock. This should be regarded as a system bug.'
end