Sha256: 3e0df1620a217c5e892b1a111ef6300acbd89ea921fccb040a831c37b649caa1
Contents?: true
Size: 424 Bytes
Versions: 36
Compression:
Stored size: 424 Bytes
Contents
module Oxidized class PromptUndetect < OxidizedError; end class Input include Oxidized::Config::Vars RescueFail = { :debug => [ Errno::ECONNREFUSED, ], :warn => [ IOError, PromptUndetect, Timeout::Error, Errno::ECONNRESET, Errno::EHOSTUNREACH, Errno::ENETUNREACH, Errno::EPIPE, Errno::ETIMEDOUT, ], } end end
Version data entries
36 entries across 36 versions & 1 rubygems