Exception: Puppeteer::BrowserRunner::LaunchError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Puppeteer::BrowserRunner::LaunchError
 
- Defined in:
- lib/puppeteer/browser_runner.rb
Instance Method Summary collapse
- 
  
    
      #initialize(reason)  ⇒ LaunchError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LaunchError. 
Constructor Details
#initialize(reason) ⇒ LaunchError
Returns a new instance of LaunchError.
| 52 53 54 | # File 'lib/puppeteer/browser_runner.rb', line 52 def initialize(reason) super("Failed to launch browser! #{reason}") end |