Excon::Errors::Error
# File lib/excon/errors.rb, line 30 def initialize(msg, request = nil, response = nil) super(msg) @request = request @response = response end
[Validate]
Generated with the Darkfish Rdoc Generator 2.