Module: HTTPExceptions (Net)

Overview
Module Structure
Class Hierarchy
Instance Aliases
HTTPExceptions#data
Instance Attributes
HTTPExceptions#response [R]
Instance Methods
HTTPExceptions#initialize / 2
is a submodule of
module: Net   
is included by
class: HTTPError ( Net )
class: HTTPRetriableError ( Net )
class: HTTPServerException ( Net )
class: HTTPFatalError ( Net )
has properties
method: initialize / 2   
attribute: response [R]   
alias: data response   
is defined at
#1705 in net/http.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: Net
module: HTTPExceptions     
class: HTTPError     
class: HTTPRetriableError     
class: HTTPServerException     
class: HTTPFatalError     

Class Hierarchy

Instance Aliases

HTTPExceptions#data

#1711 in net/http.rb

data response   

Instance Attributes

HTTPExceptions#response [R]

#1710 in net/http.rb

Instance Methods

HTTPExceptions#initialize / 2

#1706 in net/http.rb

initialize ( msg ,
  res )