summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/error.rb
blob: 454dc778b6b4177232b9edf314956c81edecc09d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Gitlab
  module ImportExport
    Error = Class.new(StandardError)
  end
end