Dynflow::Error
# File lib/dynflow/coordinator.rb, line 20 def initialize(lock) @lock = lock super("Unable to acquire lock #{lock}") end