Raises:
63 64 65 66
# File 'lib/httpx/response.rb', line 63 def raise_for_status return if @status < 400 raise HTTPError, self end