Exception: Puppeteer::BrowserRunner::LaunchError

Inherits:
Error
  • Object
show all
Defined in:
lib/puppeteer/browser_runner.rb

Instance Attribute Summary

Attributes inherited from Error

#cause

Instance Method Summary collapse

Constructor Details

#initialize(reason) ⇒ LaunchError

Returns a new instance of LaunchError.



55
56
57
# File 'lib/puppeteer/browser_runner.rb', line 55

def initialize(reason)
  super("Failed to launch browser! #{reason}")
end