Exception: Lepus::Process::NotFoundError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Lepus::Process::NotFoundError
- Defined in:
- lib/lepus/process.rb
Instance Method Summary collapse
-
#initialize(id) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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 |