Welcome to mirror list, hosted at ThFree Co, Russian Federation.

backup.rb « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2712b33b4b49082466f41ccae6c9ce4f8e9ac7dd (plain)
1
2
3
4
5
# frozen_string_literal: true

module Backup
  Error = Class.new(StandardError)
end