Sha256: 45a2dc6b873b55a2b0641a543bff47f9bb535d56a14974404f4d9a84af0daf57

Contents?: true

Size: 329 Bytes

Versions: 46

Compression:

Stored size: 329 Bytes

Contents

module Inferno
  module DSL
    # @private
    module TCPExceptionHandler
      def tcp_exception_handler(&block)
        block.call
      rescue Faraday::ConnectionFailed, SocketError => e
        e.message.include?('Failed to open TCP') ? raise(Exceptions::AssertionException, e.message) : raise(e)
      end
    end
  end
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
inferno_core-0.6.1 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.6.0 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.5.4 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.5.3 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.5.2 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.5.1 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.5.0 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.44 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.43 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.42 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.41 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.40 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.39 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.38 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.35 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.34 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.33 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.32 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.31 lib/inferno/dsl/tcp_exception_handler.rb
inferno_core-0.4.30 lib/inferno/dsl/tcp_exception_handler.rb