Exception: Puppeteer::Bidi::Core::SessionEndedError

Inherits:
DisposedError show all
Defined in:
lib/puppeteer/bidi/core/errors.rb,
sig/puppeteer/bidi/core/errors.rbs

Overview

Raised when a session has ended

Instance Attribute Summary

Attributes inherited from DisposedError

#reason, #resource_type

Instance Method Summary collapse

Constructor Details

#initialize(reason) ⇒ SessionEndedError

Returns a new instance of SessionEndedError.

Parameters:

  • reason (String)


66
67
68
# File 'lib/puppeteer/bidi/core/errors.rb', line 66

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