class Ethon::Errors::MultiAdd
Raises when multi_add_handle failed.
Public Class Methods
Source
# 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
Calls superclass method