Sha256: 2ff3513ca8cfa8463cf4ca7159831aa1b08634e6c1e0ff7e54db95f28aed7cbb

Contents?: true

Size: 283 Bytes

Versions: 10

Compression:

Stored size: 283 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/feeds"

module Renalware
  module Feeds
    module Files
      class Exceptions
        class FileNotFoundError < StandardError; end

        class UnexpectedCSVFormatError < StandardError; end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.1.0 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.167 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.166 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.165 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.164 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.163 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.162 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.161 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.160 app/models/renalware/feeds/files/exceptions.rb