Sha256: 4249729f5f561a1d589806bbfec3ef8e42971d45b1fc20625f4cfff85049e727
Contents?: true
Size: 423 Bytes
Versions: 6
Compression:
Stored size: 423 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 ] }.freeze end end
Version data entries
6 entries across 6 versions & 1 rubygems