Exception: OsCtld::DeadlockDetected
- Inherits:
-
StandardError
- Object
- StandardError
- OsCtld::DeadlockDetected
- Defined in:
- lib/osctld/exceptions.rb
Instance Method Summary collapse
-
#initialize(object, type) ⇒ DeadlockDetected
constructor
A new instance of DeadlockDetected.
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 |