Exception: RSpecBackgroundProcess::BackgroundProcess::ProcessReadyFailedError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RSpecBackgroundProcess::BackgroundProcess::ProcessReadyFailedError
- Defined in:
- lib/rspec-background-process/background_process.rb
Instance Method Summary collapse
-
#initialize(process) ⇒ ProcessReadyFailedError
constructor
A new instance of ProcessReadyFailedError.
Constructor Details
#initialize(process) ⇒ ProcessReadyFailedError
Returns a new instance of ProcessReadyFailedError.
18 19 20 |
# File 'lib/rspec-background-process/background_process.rb', line 18 def initialize(process) super "process #{process} readiness check failed" end |