Exception: Puppeteer::Browser::TargetAlreadyExistError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppeteer::Browser::TargetAlreadyExistError
- Defined in:
- lib/puppeteer/browser.rb
Instance Method Summary collapse
-
#initialize ⇒ TargetAlreadyExistError
constructor
A new instance of TargetAlreadyExistError.
Constructor Details
#initialize ⇒ TargetAlreadyExistError
Returns a new instance of TargetAlreadyExistError.
102 103 104 |
# File 'lib/puppeteer/browser.rb', line 102 def initialize super('Target should not exist before targetCreated') end |