Sha256: 8d4949b4e9fb2dae7a2f9900c52807ee7c7b3dd59d5d0e01e9b4cfa572815529

Contents?: true

Size: 290 Bytes

Versions: 42

Compression:

Stored size: 290 Bytes

Contents

# frozen_string_literal: true

module Aranha
  module Parsers
    class SourceAddress
      class FetchContentError < ::RuntimeError
        attr_reader :request

        def initialize(msg, request)
          super(msg)
          @request = request
        end
      end
    end
  end
end

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
aranha-parsers-0.25.0 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.24.0 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.23.1 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.23.0 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.22.0 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.21.0 lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.20.0 lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.69.1 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.19.1 lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.69.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.68.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.19.0 lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.67.1 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.67.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.66.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.65.1 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
aranha-parsers-0.18.0 lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.65.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.64.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb
eac_tools-0.63.0 sub/aranha-parsers/lib/aranha/parsers/source_address/fetch_content_error.rb