Class: RSpecBackgroundProcess::BackgroundProcess::ProcessReadyTimeOutError
- Inherits:
- 
      Timeout::Error
      
        - Object
- Timeout::Error
- RSpecBackgroundProcess::BackgroundProcess::ProcessReadyTimeOutError
 
- Defined in:
- lib/rspec-background-process/background_process.rb
Instance Method Summary collapse
- 
  
    
      #initialize(process)  ⇒ ProcessReadyTimeOutError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ProcessReadyTimeOutError. 
Constructor Details
#initialize(process) ⇒ ProcessReadyTimeOutError
Returns a new instance of ProcessReadyTimeOutError.
| 24 25 26 | # File 'lib/rspec-background-process/background_process.rb', line 24 def initialize(process) super "process #{process} failed to start in time" end |