Flowdock
new(msg, res) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/http/exceptions.rb, line 5
  def initialize(msg, res)   #:nodoc:
    super msg
    @response = res
  end
Register or log in to add new notes.