class Ethon::Errors::MultiFdset
Raises when multi_fdset failed.
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
Raises when multi_fdset failed.
def initialize(code) super("An error occured getting the fdset: #{code}") # "an error occured getting the fdset: #{code}: #{Curl.multi_strerror(code)}" end