Exception: Puppeteer::HTTPResponse::Redirected
- Defined in:
- lib/puppeteer/http_response.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ Redirected
constructor
A new instance of Redirected.
Constructor Details
#initialize ⇒ Redirected
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 |