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