Exception: Ethon::Errors::MultiRemove

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

Overview

Raises when multi_remove_handle failed.

Instance Method Summary collapse

Constructor Details

#initialize(code, easy) ⇒ MultiRemove

Returns a new instance of MultiRemove.



7
8
9
# File 'lib/ethon/errors/multi_remove.rb', line 7

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