Exception: OsCtl::Lib::Exceptions::OsProcessNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- OsCtl::Lib::Exceptions::OsProcessNotFound
- Defined in:
- lib/libosctl/exceptions.rb
Instance Method Summary collapse
-
#initialize(pid) ⇒ OsProcessNotFound
constructor
A new instance of OsProcessNotFound.
Constructor Details
#initialize(pid) ⇒ OsProcessNotFound
Returns a new instance of OsProcessNotFound.
16 17 18 |
# File 'lib/libosctl/exceptions.rb', line 16 def initialize(pid) super("process #{pid} not found") end |