Sha256: 866c944e3b357e13337dd989bc05845bc5fce2f739e5035525aa50f4e310e43f

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

module Grape
  module Roar
    module Extensions
      module Relations
        module Exceptions
          class InvalidRelationError < StandardError; end
          class UnsupportedRelationError < StandardError; end
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grape-roar-0.4.1 lib/grape/roar/extensions/relations/exceptions.rb