Exception: OsCtld::DeadlockDetected

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

Instance Method Summary collapse

Constructor Details

#initialize(object, type) ⇒ DeadlockDetected

Returns a new instance of DeadlockDetected.



90
91
92
# File 'lib/osctld/exceptions.rb', line 90

def initialize(object, type)
  super("deadlock detected while trying to lock #{object} #{type}ly")
end