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: e2c62af23aefc7a4084fe7ea69de809dd4260b5a (plain)
1
2
3
module Backup
  Error = Class.new(StandardError)
end