Sha256: e478776db8efb353ec3fda7d8b5e7d9cd41e5843fb86de3e19e97b1664535da0

Contents?: true

Size: 412 Bytes

Versions: 1

Compression:

Stored size: 412 Bytes

Contents

module GitDuplicator
  class MigrationError < StandardError; end

  class RepositoryDeletionError < MigrationError; end

  class RepositoryCreationError < MigrationError; end

  class RepositoryCloningError < MigrationError; end

  class RepositoryMirorringError < MigrationError; end

  class RepositoryMirorredUpdatingError < MigrationError; end

  class RepositorySettingRemoteError < MigrationError; end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git_duplicator-1.0.0 lib/git_duplicator/errors.rb