Exception: Puppeteer::Bidi::Core::BrowsingContextClosedError
- Inherits:
-
DisposedError
- Object
- StandardError
- Error
- Error
- DisposedError
- Puppeteer::Bidi::Core::BrowsingContextClosedError
- Defined in:
- lib/puppeteer/bidi/core/errors.rb,
sig/puppeteer/bidi/core/errors.rbs
Overview
Raised when a browsing context has been closed
Instance Attribute Summary
Attributes inherited from DisposedError
Instance Method Summary collapse
-
#initialize(reason) ⇒ BrowsingContextClosedError
constructor
A new instance of BrowsingContextClosedError.
Constructor Details
#initialize(reason) ⇒ BrowsingContextClosedError
Returns a new instance of BrowsingContextClosedError.
39 40 41 |
# File 'lib/puppeteer/bidi/core/errors.rb', line 39 def initialize(reason) super('Browsing context', reason) end |