Exception: Chef::Exceptions::PIDFileLockfileMatch

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializePIDFileLockfileMatch

Returns a new instance of PIDFileLockfileMatch.



509
510
511
# File 'lib/chef/exceptions.rb', line 509

def initialize
  super "PID file and lockfile are not permitted to match. Specify a different location with --pid or --lockfile"
end