Exception: Puppeteer::Request::AlreadyHandledError

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

Instance Method Summary collapse

Constructor Details

#initializeAlreadyHandledError

Returns a new instance of AlreadyHandledError.



100
101
102
# File 'lib/puppeteer/request.rb', line 100

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