Exception: Puppeteer::HTTPRequest::AlreadyHandledError

Inherits:
Error
  • Object
show all
Defined in:
lib/puppeteer/http_request.rb

Instance Attribute Summary

Attributes inherited from Error

#cause

Instance Method Summary collapse

Constructor Details

#initializeAlreadyHandledError

Returns a new instance of AlreadyHandledError.



297
298
299
# File 'lib/puppeteer/http_request.rb', line 297

def initialize
  super('Request is already handled!')
end