# File lib/ethon/errors/multi_add.rb, line 6
      def initialize(code, easy)
        super("An error occured adding the easy handle: #{easy} to the multi: #{code}")
      end