Exception: OsCtld::Lxcfs::WorkerNotFound
- Defined in:
- lib/osctld/lxcfs.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ WorkerNotFound
constructor
A new instance of WorkerNotFound.
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 |