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.159 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.158 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.157 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.156 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.155 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.153 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.152 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.151 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.149 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.148 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.147 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.146 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.145 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.144 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.143 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.142 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.141 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.140 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.139 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.138 app/models/renalware/feeds/files/exceptions.rb