Ethon::Errors::EthonError
Raises when multi_remove_handle failed.
# File lib/ethon/errors/multi_remove.rb, line 6 def initialize(code, easy) super("An error occured removing the easy handle: #{easy} from the multi: #{code}") end