class Cucumber::WireSupport::Connection

def exception(params)

def exception(params)
  WireException.new(params, @config.host, @config.port)
end