class SAPOCI::Connect::Middleware::RedirectWithoutLocation
Public: Exception thrown when client returns an empty location header
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
Calls superclass method
# File lib/sapoci/connect/middleware/follow_redirects.rb, line 24 def initialize(response) super "redirect with empty location header" @response = response end