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