class Ethon::Errors::MultiAdd

Raises when multi_add_handle failed.

def initialize(code, easy)

def initialize(code, easy)
  super("An error occured adding the easy handle: #{easy} to the multi: #{code}")
end