class Ethon::Errors::MultiAdd

Raises when multi_add_handle failed.

Public Class Methods

new(code, easy) click to toggle source
Calls superclass method
# File lib/ethon/errors/multi_add.rb, line 7
def initialize(code, easy)
  super("An error occured adding the easy handle: #{easy} to the multi: #{code}")
end