Exception: OsCtld::Lxcfs::WorkerNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/osctld/lxcfs.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ WorkerNotFound

Returns a new instance of WorkerNotFound.



7
8
9
# File 'lib/osctld/lxcfs.rb', line 7

def initialize(name)
  super("worker #{name.inspect} not found")
end