Exception: Ethon::Errors::MultiAdd

Inherits:
EthonError
  • Object
show all
Defined in:
lib/ethon/errors/multi_add.rb

Overview

Raises when multi_add_handle failed.

Instance Method Summary collapse

Constructor Details

#initialize(code, easy) ⇒ MultiAdd

Returns a new instance of MultiAdd.



7
8
9
# 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