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.



58
59
60
# File 'lib/puppeteer/browser_runner.rb', line 58

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