Exception: RSpecBackgroundProcess::BackgroundProcess::ProcessRunAwayError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rspec-background-process/background_process.rb

Instance Method Summary collapse

Constructor Details

#initialize(process, pid) ⇒ ProcessRunAwayError

Returns a new instance of ProcessRunAwayError.



30
31
32
# File 'lib/rspec-background-process/background_process.rb', line 30

def initialize(process, pid)
  super "process #{process} could not be stopped; pid: #{pid}"
end