Exception: OsCtld::CGroupFileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/osctld/exceptions.rb

Instance Method Summary collapse

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