class Chef::Exceptions::PIDFileLockfileMatch
Public Class Methods
Source
# 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
Calls superclass method