Exception: Puppeteer::HTTPRequest::InterceptionNotEnabledError
- Inherits:
-
StandardError
- Object
- StandardError
- Puppeteer::HTTPRequest::InterceptionNotEnabledError
- Defined in:
- lib/puppeteer/http_request.rb
Instance Method Summary collapse
-
#initialize ⇒ InterceptionNotEnabledError
constructor
A new instance of InterceptionNotEnabledError.
Constructor Details
#initialize ⇒ InterceptionNotEnabledError
Returns a new instance of InterceptionNotEnabledError.
178 179 180 |
# File 'lib/puppeteer/http_request.rb', line 178 def initialize super('Request Interception is not enabled!') end |