Exception: Puppeteer::HTTPRequest::InterceptionNotEnabledError

Inherits:
Error
  • Object
show all
Defined in:
lib/puppeteer/http_request.rb

Instance Attribute Summary

Attributes inherited from Error

#cause

Instance Method Summary collapse

Constructor Details

#initializeInterceptionNotEnabledError

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