Sha256: dfc4c3cf63349753bb67c04fcfbce571487ed05053368b661b8043a70311801f
Contents?: true
Size: 284 Bytes
Versions: 6759
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true module Ethon module Errors # Raises when multi_add_handle failed. class MultiAdd < EthonError def initialize(code, easy) super("An error occured adding the easy handle: #{easy} to the multi: #{code}") end end end end
Version data entries
6,759 entries across 6,757 versions & 23 rubygems