Exception: Puppeteer::HTTPRequest::AlreadyHandledError

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

Instance Method Summary collapse

Constructor Details

#initializeAlreadyHandledError

Returns a new instance of AlreadyHandledError.



238
239
240
# File 'lib/puppeteer/http_request.rb', line 238

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