Exception: Puppeteer::HTTPResponse::Redirected

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

Instance Attribute Summary

Attributes inherited from Error

#cause

Instance Method Summary collapse

Constructor Details

#initializeRedirected

Returns a new instance of Redirected.



10
11
12
# File 'lib/puppeteer/http_response.rb', line 10

def initialize
  super('Response body is unavailable for redirect responses')
end