summaryrefslogtreecommitdiff
path: root/lib/gitlab/update_path_error.rb
blob: bc066bf4143912fe488d064eab40744d53ed485d (plain)
1
2
3
4
5
# frozen_string_literal: true

module Gitlab
  UpdatePathError = Class.new(StandardError)
end