Exception: Puppeteer::HTTPRequest::InterceptionNotEnabledError

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

Instance Method Summary collapse

Constructor Details

#initializeInterceptionNotEnabledError

Returns a new instance of InterceptionNotEnabledError.



232
233
234
# File 'lib/puppeteer/http_request.rb', line 232

def initialize
  super('Request Interception is not enabled!')
end