Exception: OsCtld::CGroupFileNotFound
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- OsCtld::CGroupFileNotFound
 
- Defined in:
- lib/osctld/exceptions.rb
Instance Method Summary collapse
- 
  
    
      #initialize(path, value)  ⇒ CGroupFileNotFound 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CGroupFileNotFound. 
Constructor Details
#initialize(path, value) ⇒ CGroupFileNotFound
Returns a new instance of CGroupFileNotFound.
| 22 23 24 | # File 'lib/osctld/exceptions.rb', line 22 def initialize(path, value) super("Unable to set #{path}=#{value}: parameter not found") end |