summaryrefslogtreecommitdiff
path: root/lib/gitlab/update_path_error.rb
blob: ce14cc887d0f4edfd674c9df14b2feeb2274d1e4 (plain)
1
2
3
module Gitlab
  class UpdatePathError < StandardError; end
end