module Gem::Net::HTTPExceptions

def initialize(msg, res) #:nodoc:

:nodoc:
def initialize(msg, res)   #:nodoc:
  super msg
  @response = res
end