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.
238 239 240 |
# File 'lib/puppeteer/http_request.rb', line 238 def initialize super('Request is already handled!') end |