Exception: Chef::Exceptions::PIDFileLockfileMatch
- Inherits:
 - 
      RuntimeError
      
        
- Object
 - RuntimeError
 - Chef::Exceptions::PIDFileLockfileMatch
 
 
- Defined in:
 - lib/chef/exceptions.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ PIDFileLockfileMatch 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PIDFileLockfileMatch.
 
Constructor Details
#initialize ⇒ PIDFileLockfileMatch
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  |