Exception: Lepus::Process::NotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/lepus/process.rb

Instance Method Summary collapse

Constructor Details

#initialize(id) ⇒ NotFoundError

Returns a new instance of NotFoundError.



6
7
8
# File 'lib/lepus/process.rb', line 6

def initialize(id)
  super("Process with id #{id} not found")
end