Exception: Puppeteer::BrowserRunner::LaunchError

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

Instance Method Summary collapse

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