class Ethon::Errors::MultiFdset

def initialize(code)

def initialize(code)
  super("An error occured getting the fdset: #{code}")
  # "an error occured getting the fdset: #{code}: #{Curl.multi_strerror(code)}"
end