Exception: Puppeteer::HTTPRequest::AlreadyHandledError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppeteer::HTTPRequest::AlreadyHandledError
- Defined in:
- lib/puppeteer/http_request.rb
Instance Method Summary collapse
-
#initialize ⇒ AlreadyHandledError
constructor
A new instance of AlreadyHandledError.
Constructor Details
#initialize ⇒ AlreadyHandledError
Returns a new instance of AlreadyHandledError.
232 233 234 |
# File 'lib/puppeteer/http_request.rb', line 232 def initialize super('Request is already handled!') end |