Sha256: 7c6b1eb443d69c0e82a360295c222a041e27af7605ba24170e9c68e2626bd39d

Contents?: true

Size: 375 Bytes

Versions: 3

Compression:

Stored size: 375 Bytes

Contents

# frozen_string_literal: true

module Dragnet
  module Errors
    # An error to be raised when an attempt is made to perform an action on a
    # multi-repo set-up which can only be performed on a single-repo set-up.
    # For example, trying to perform a +diff+ operation on the multi-repo root.
    class IncompatibleRepositoryError < Dragnet::Errors::Error; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dragnet-5.3.1 lib/dragnet/errors/incompatible_repository_error.rb
dragnet-5.3.0 lib/dragnet/errors/incompatible_repository_error.rb
dragnet-5.2.1 lib/dragnet/errors/incompatible_repository_error.rb