Sha256: bb4b14d4128451163beaabf3810f0433cdc1fe56cefb49e334754aadf81b10a0

Contents?: true

Size: 282 Bytes

Versions: 139

Compression:

Stored size: 282 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

139 entries across 139 versions & 1 rubygems

Version Path
renalware-core-2.0.94 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.93 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.92 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.91 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.90 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.89 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.88 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.87 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.86 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.85 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.84 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.83 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.82 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.81 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.80 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.79 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.78 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.77 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.76 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.75 app/models/renalware/feeds/files/exceptions.rb