Exception: OsCtl::Lib::Exceptions::OsProcessNotFound

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

Instance Method Summary collapse

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