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.51 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.50 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.48 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.47 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.46 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.45 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.44 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.43 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.42 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.41 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.40 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.39 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.38 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.37 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.36 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.35 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.34 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.33 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.32 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.31 app/models/renalware/feeds/files/exceptions.rb