Exception: Puppeteer::Bidi::Core::RealmDestroyedError

Inherits:
DisposedError show all
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

#reason, #resource_type

Instance Method Summary collapse

Constructor Details

#initialize(reason) ⇒ RealmDestroyedError

Returns a new instance of RealmDestroyedError.

Parameters:

  • reason (String)


30
31
32
# File 'lib/puppeteer/bidi/core/errors.rb', line 30

def initialize(reason)
  super('Realm', reason)
end