Exception: Puppeteer::BrowserRunner::LaunchError
- Defined in:
- lib/puppeteer/browser_runner.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(reason) ⇒ LaunchError
constructor
A new instance of LaunchError.
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 |