class OpenURI::HTTPRedirect
Raised on redirection, only occurs when redirect option for HTTP is false.
Attributes
Public Class Methods
Source
# File lib/open-uri.rb, line 408 def initialize(message, io, uri) super(message, io) @uri = uri end
Calls superclass method
OpenURI::HTTPError::new
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.