class Chef::Exceptions::RunLockTimeout
Raised when Chef::Config is set and some other client run fails to release the run lock before Chef::Config seconds pass.
Public Class Methods
Source
# File lib/chef/exceptions.rb, line 456 def initialize(duration, blocking_pid) super "Unable to acquire lock. Waited #{duration} seconds for #{blocking_pid} to release." end
Calls superclass method