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.137 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.136 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.135 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.134 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.133 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.132 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.131 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.130 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.129 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.128 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.127 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.126 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.125 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.124 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.123 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.121 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.120 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.119 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.118 app/models/renalware/feeds/files/exceptions.rb
renalware-core-2.0.117 app/models/renalware/feeds/files/exceptions.rb