Exception: Puppeteer::Bidi::Core::RealmDestroyedError
- Inherits:
-
DisposedError
- Object
- StandardError
- Error
- Error
- DisposedError
- Puppeteer::Bidi::Core::RealmDestroyedError
- Defined in:
- lib/puppeteer/bidi/core/errors.rb,
sig/puppeteer/bidi/core/errors.rbs
Overview
Raised when a realm has been destroyed
Instance Attribute Summary
Attributes inherited from DisposedError
Instance Method Summary collapse
-
#initialize(reason) ⇒ RealmDestroyedError
constructor
A new instance of RealmDestroyedError.
Constructor Details
#initialize(reason) ⇒ RealmDestroyedError
Returns a new instance of RealmDestroyedError.
30 31 32 |
# File 'lib/puppeteer/bidi/core/errors.rb', line 30 def initialize(reason) super('Realm', reason) end |