Exception: RSpecBackgroundProcess::BackgroundProcess::ProcessRunAwayError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RSpecBackgroundProcess::BackgroundProcess::ProcessRunAwayError
- Defined in:
- lib/rspec-background-process/background_process.rb
Instance Method Summary collapse
-
#initialize(process, pid) ⇒ ProcessRunAwayError
constructor
A new instance of ProcessRunAwayError.
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 |